Fix Windows build and premake

This commit is contained in:
eray orçunus
2020-05-11 20:10:01 +03:00
parent 8a4fa58cd4
commit 36e2bc95d3
7 changed files with 20 additions and 12 deletions

View File

@ -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