Fix compiler warnings

This commit is contained in:
Oliver Hamlet
2023-07-30 12:05:44 +01:00
parent 58b96c9822
commit 60cc8d82d7
2 changed files with 0 additions and 5 deletions
-1
View File
@@ -42,7 +42,6 @@
#ifndef _UNICODE
#define _UNICODE
#endif
#define NOMINMAX
#include "shlobj.h"
#include "shlwapi.h"
#include "windows.h"
-4
View File
@@ -26,10 +26,6 @@
#define FMT_USE_STD_STRING_VIEW
#ifdef _WIN32
#define NOMINMAX
#endif
#include <spdlog/sinks/base_sink.h>
#include <spdlog/spdlog.h>