mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
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:
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
// #define NO_ARRAY_BOUNDS_CHECK
|
// #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.
|
// NOTE(IC): In order to find Visual C++ paths without relying on environment variables.
|
||||||
#include "microsoft_craziness.h"
|
#include "microsoft_craziness.h"
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user