mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-19 01:29:52 +00:00
Define WIN32_LEAN_AND_MEAN in TracyClient.cpp.
This commit is contained in:
@@ -9,6 +9,10 @@
|
||||
|
||||
// Define TRACY_ENABLE to enable profiler.
|
||||
|
||||
#if ( defined _MSC_VER || defined __CYGWIN__ ) && !defined WIN32_LEAN_AND_MEAN
|
||||
# define WIN32_LEAN_AND_MEAN
|
||||
#endif
|
||||
|
||||
#include "common/TracySystem.cpp"
|
||||
|
||||
#ifdef TRACY_ENABLE
|
||||
|
||||
Reference in New Issue
Block a user