mirror of
https://github.com/GTAmodding/re3.git
synced 2025-10-12 04:21:12 +00:00
64-bit on Windows
This commit is contained in:
parent
8117bcb56f
commit
732b760829
56 changed files with 13368 additions and 106 deletions
|
@ -4,7 +4,7 @@
|
|||
// Functions that's different on glfw and win but have same signature, should be located on platform.h.
|
||||
|
||||
#ifdef _WIN32
|
||||
// This only has <windef.h> as Win header.
|
||||
// This only has <windef.h> as Windows header, which is lighter (as long as WITHWINDOWS isn't defined / <Windows.h> isn't included).
|
||||
#include "win.h"
|
||||
extern DWORD _dwOperatingSystemVersion;
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue