mirror of
https://github.com/halpz/re3.git
synced 2025-06-30 23:26:22 +00:00
Fix Windows build and premake
This commit is contained in:
@ -66,7 +66,7 @@ static psGlobalType PsGlobal;
|
||||
#define JIF(x) if (FAILED(hr=(x))) \
|
||||
{debug(TEXT("FAILED(hr=0x%x) in ") TEXT(#x) TEXT("\n"), hr); return;}
|
||||
|
||||
long _dwMemAvailPhys;
|
||||
unsigned long _dwMemAvailPhys;
|
||||
RwUInt32 gGameState;
|
||||
|
||||
#ifdef _WIN32
|
||||
|
Reference in New Issue
Block a user