diff --git a/client/TracyProfiler.cpp b/client/TracyProfiler.cpp index ecbb18a0..53f71078 100644 --- a/client/TracyProfiler.cpp +++ b/client/TracyProfiler.cpp @@ -1,13 +1,12 @@ #ifdef TRACY_ENABLE -#ifndef NOMINMAX - #define NOMINMAX -#endif - #ifdef _MSC_VER # include # include # include +# ifndef NOMINMAX +# define NOMINMAX +# endif #else # include #endif