aboutsummaryrefslogtreecommitdiff
path: root/include/spdlog/details/windows_include.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/spdlog/details/windows_include.h')
-rw-r--r--include/spdlog/details/windows_include.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/include/spdlog/details/windows_include.h b/include/spdlog/details/windows_include.h
deleted file mode 100644
index 6a2f14f9..00000000
--- a/include/spdlog/details/windows_include.h
+++ /dev/null
@@ -1,11 +0,0 @@
-#pragma once
-
-#ifndef NOMINMAX
-#define NOMINMAX // prevent windows redefining min/max
-#endif
-
-#ifndef WIN32_LEAN_AND_MEAN
-#define WIN32_LEAN_AND_MEAN
-#endif
-
-#include <windows.h>