From db588bd57be3a0bfd1fc72a1b9354cc90d3cff35 Mon Sep 17 00:00:00 2001 From: Christoph Urlacher Date: Wed, 4 Mar 2026 22:16:57 +0100 Subject: [PATCH] fix conditional threadpool include --- include/config.hpp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/include/config.hpp b/include/config.hpp index aa0ca0b..bfe1eb6 100644 --- a/include/config.hpp +++ b/include/config.hpp @@ -16,7 +16,6 @@ #include #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; @@ -93,4 +91,4 @@ constexpr Color BLOCK_COLOR = DARKBLUE; constexpr Color TARGET_BLOCK_COLOR = RED; constexpr Color WALL_COLOR = BLACK; -#endif +#endif \ No newline at end of file