fix conditional threadpool include

This commit is contained in:
2026-03-04 22:16:57 +01:00
parent 49e5ed6906
commit db588bd57b

View File

@ -16,7 +16,6 @@
#include <tracy/Tracy.hpp>
#endif
#ifdef THREADPOOL
#if defined(_WIN32)
#define NOGDI // All GDI defines and routines
#define NOUSER // All USER defines and routines
@ -28,7 +27,6 @@
#undef near
#undef far
#endif
#endif
// Window
constexpr int INITIAL_WIDTH = 600;