mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Fix compiler warnings
This commit is contained in:
@@ -42,7 +42,6 @@
|
||||
#ifndef _UNICODE
|
||||
#define _UNICODE
|
||||
#endif
|
||||
#define NOMINMAX
|
||||
#include "shlobj.h"
|
||||
#include "shlwapi.h"
|
||||
#include "windows.h"
|
||||
|
||||
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user