Fix psapi.h to be windows only

This commit is contained in:
gingerBill
2020-04-07 11:41:55 +01:00
parent d0b913dad1
commit 7ff690500a
2 changed files with 1 additions and 1 deletions

View File

@@ -11,6 +11,7 @@
#define NOMINMAX 1
#include <windows.h>
#undef NOMINMAX
#include <psapi.h>
#endif
#define GB_WINDOWS_H_INCLUDED

View File

@@ -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"