[Fix] (Includes.h): Add WIN32_LEAN_AND_MEAN to get rid of Windows.h garbage includes

This commit is contained in:
2025-08-08 23:42:52 +08:00
parent 919274924e
commit c34f816544
+1
View File
@@ -69,6 +69,7 @@
#include <dlfcn.h>
#include <unistd.h>
#elif defined(_WIN32)
#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#include <processthreadsapi.h>
#else