fix for winblows

This commit is contained in:
William Bell
2025-08-16 00:54:33 +01:00
parent f9f8ca08c6
commit 68f4207216
2 changed files with 8 additions and 1 deletions

View File

@@ -16,7 +16,9 @@
#include <string.h>
#if defined(_WIN32)
#ifndef _WIN32_WINNT
#define _WIN32_WINNT 0x0602
#endif
#include <windows.h>
#include <psapi.h>