mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-14 07:00:34 +00:00
Fix Windows build and premake
This commit is contained in:
parent
8a4fa58cd4
commit
36e2bc95d3
7 changed files with 20 additions and 12 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue