Fix compiler errors

This commit is contained in:
2025-10-28 17:33:52 +01:00
parent c5a21608d7
commit fb8ac1d5c9
7 changed files with 22 additions and 5 deletions
+2
View File
@@ -1,4 +1,6 @@
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#else
#include <time.h>
#endif