diff --git a/src/main.h b/src/main.h index 051b3ae..cad3f84 100644 --- a/src/main.h +++ b/src/main.h @@ -33,6 +33,9 @@ #ifdef _WIN32 #define WIN32_LEAN_AND_MEAN + #ifndef PSAPI_VERSION + #define PSAPI_VERSION 2 + #endif #define SLEEP(x) { Sleep(x); } #define OS_NAME "Windows"