windows(amd64): fix EHANDLE size( fixes saverestore )

This commit is contained in:
nillerusr
2022-12-17 12:21:22 +03:00
parent ff2211f0ad
commit bc909e9f96
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ struct levellist_t
struct EHandlePlaceholder_t // Engine does some of the game writing (alas, probably shouldn't), but can't see ehandle.h
{
unsigned long i;
uintp i;
};
//-------------------------------------