1
0
mirror of https://github.com/wolfpld/tracy synced 2025-04-29 12:23:53 +00:00

Define WIN32_LEAN_AND_MEAN in TracyClient.cpp.

This commit is contained in:
Bartosz Taudul 2018-07-17 21:26:31 +02:00
parent 76ff094a05
commit e7b71f29a5

View File

@ -9,6 +9,10 @@
// Define TRACY_ENABLE to enable profiler. // 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" #include "common/TracySystem.cpp"
#ifdef TRACY_ENABLE #ifdef TRACY_ENABLE