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