Fix definition. GB_SYSTEM_WINDOWS is not defined yet. Ideally microsoft_crazines.h should be included after common, but conflicts with defer macro.

This commit is contained in:
castano
2019-11-12 23:31:28 -08:00
parent 42cd78497a
commit 928a445a14

View File

@@ -1,6 +1,6 @@
// #define NO_ARRAY_BOUNDS_CHECK
#if defined(GB_SYSTEM_WINDOWS)
#if defined(_WIN32) || defined(_WIN64)
// NOTE(IC): In order to find Visual C++ paths without relying on environment variables.
#include "microsoft_craziness.h"
#endif