1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2024-12-23 01:59:43 +08:00

Fix 64-bit build

This commit is contained in:
Nick Hastings 2023-09-24 21:09:47 -04:00
parent 6513985eff
commit 1a1416f97f

View File

@ -329,7 +329,7 @@ enum XUSER_SIGNIN_STATE
#if (defined(POSIX))
typedef size_t ULONG_PTR;
#else
#elif !(defined(WIN64))
typedef _W64 unsigned long ULONG_PTR;
#endif
typedef ULONG_PTR DWORD_PTR, *PDWORD_PTR;