64-bit on Windows

This commit is contained in:
eray orçunus 2020-07-22 14:56:28 +03:00
commit 732b760829
56 changed files with 13368 additions and 106 deletions

View file

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