1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Fixed compiler warning about unused variable in release builds.

This commit is contained in:
Till Rathmann
2018-08-02 11:45:15 +02:00
parent 3b302315f9
commit 4968717313
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
#if defined _MSC_VER || defined __CYGWIN__ || defined _WIN32
#if defined _MSC_VER || defined __CYGWIN__ || defined _WIN32
# ifndef WIN32_LEAN_AND_MEAN
# define WIN32_LEAN_AND_MEAN
# endif