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