diff --git a/src/runtime/call/call.c b/src/runtime/call/call.c index 9aaf948..a3da057 100644 --- a/src/runtime/call/call.c +++ b/src/runtime/call/call.c @@ -16,8 +16,9 @@ #include #if defined(_WIN32) -#include +#define _WIN32_WINNT 0x0602 #include +#include double get_memory_usage_mb() { PROCESS_MEMORY_COUNTERS pmc;