From f9bc3c9d1834cb8bd5f872b749b057c33e8b0102 Mon Sep 17 00:00:00 2001 From: BobTheBob <32057864+BobTheBob9@users.noreply.github.com> Date: Wed, 24 Aug 2022 00:32:31 +0100 Subject: Adjust folder structure (#242) * Adjust folder structure * change launcher directory name --- .../include/spdlog/details/windows_include.h | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 NorthstarDedicatedTest/include/spdlog/details/windows_include.h (limited to 'NorthstarDedicatedTest/include/spdlog/details/windows_include.h') diff --git a/NorthstarDedicatedTest/include/spdlog/details/windows_include.h b/NorthstarDedicatedTest/include/spdlog/details/windows_include.h deleted file mode 100644 index 6a2f14f9..00000000 --- a/NorthstarDedicatedTest/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 -- cgit v1.2.3