aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/common/profiler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/profiler.cpp')
-rw-r--r--src/common/profiler.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/profiler.cpp b/src/common/profiler.cpp
index 65c3df16..b8cde178 100644
--- a/src/common/profiler.cpp
+++ b/src/common/profiler.cpp
@@ -7,7 +7,6 @@
#include "common/assert.h"
#if defined(_MSC_VER) && _MSC_VER <= 1800 // MSVC 2013.
-#define NOMINMAX
#define WIN32_LEAN_AND_MEAN
#include <Windows.h> // For QueryPerformanceCounter/Frequency
#endif