mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-15 15:44:04 +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,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
|
||||
|
||||
Reference in New Issue
Block a user