diff options
Diffstat (limited to 'NorthstarDLL/include/spdlog/details/windows_include.h')
-rw-r--r-- | NorthstarDLL/include/spdlog/details/windows_include.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/NorthstarDLL/include/spdlog/details/windows_include.h b/NorthstarDLL/include/spdlog/details/windows_include.h index 6a2f14f9..ed3c1306 100644 --- a/NorthstarDLL/include/spdlog/details/windows_include.h +++ b/NorthstarDLL/include/spdlog/details/windows_include.h @@ -1,11 +1,11 @@ -#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> +#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>
|