Update Logger library to support VS2019 16.10 (#11549)

This commit is contained in:
Roy
2021-06-01 10:56:37 +02:00
committed by GitHub
parent cecf6fb089
commit 8e24e07e81
2 changed files with 3 additions and 1 deletions

2
deps/spdlog vendored

View File

@@ -1,3 +1,5 @@
#pragma once
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#include <Windows.h>