mirror of
https://github.com/odin-lang/Odin.git
synced 2026-01-07 13:33:13 +00:00
Fix psapi.h to be windows only
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#define NOMINMAX 1
|
||||
#include <windows.h>
|
||||
#undef NOMINMAX
|
||||
#include <psapi.h>
|
||||
#endif
|
||||
|
||||
#define GB_WINDOWS_H_INCLUDED
|
||||
|
||||
@@ -13,7 +13,6 @@ gb_global Timings global_timings = {0};
|
||||
#if defined(LLVM_BACKEND_SUPPORT)
|
||||
#include "llvm-c/Types.h"
|
||||
#endif
|
||||
#include "psapi.h"
|
||||
|
||||
#include "parser.hpp"
|
||||
#include "checker.hpp"
|
||||
|
||||
Reference in New Issue
Block a user