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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

2
deps/spdlog vendored

@ -1 +1 @@
Subproject commit cbe9448650176797739dbab13961ef4c07f4290f
Subproject commit 616866fcf40340ea25a8f218369bad810ef58e72

View file

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