fix conditional threadpool include
This commit is contained in:
@ -16,7 +16,6 @@
|
|||||||
#include <tracy/Tracy.hpp>
|
#include <tracy/Tracy.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef THREADPOOL
|
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
#define NOGDI // All GDI defines and routines
|
#define NOGDI // All GDI defines and routines
|
||||||
#define NOUSER // All USER defines and routines
|
#define NOUSER // All USER defines and routines
|
||||||
@ -28,7 +27,6 @@
|
|||||||
#undef near
|
#undef near
|
||||||
#undef far
|
#undef far
|
||||||
#endif
|
#endif
|
||||||
#endif
|
|
||||||
|
|
||||||
// Window
|
// Window
|
||||||
constexpr int INITIAL_WIDTH = 600;
|
constexpr int INITIAL_WIDTH = 600;
|
||||||
@ -93,4 +91,4 @@ constexpr Color BLOCK_COLOR = DARKBLUE;
|
|||||||
constexpr Color TARGET_BLOCK_COLOR = RED;
|
constexpr Color TARGET_BLOCK_COLOR = RED;
|
||||||
constexpr Color WALL_COLOR = BLACK;
|
constexpr Color WALL_COLOR = BLACK;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
Reference in New Issue
Block a user