mirror of
https://github.com/microsoft/PowerToys
synced 2024-11-22 00:03:48 +00:00
Update Logger library to support VS2019 16.10 (#11549)
This commit is contained in:
parent
cecf6fb089
commit
8e24e07e81
2
deps/spdlog
vendored
2
deps/spdlog
vendored
@ -1 +1 @@
|
||||
Subproject commit cbe9448650176797739dbab13961ef4c07f4290f
|
||||
Subproject commit 616866fcf40340ea25a8f218369bad810ef58e72
|
@ -1,3 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
|
||||
|
||||
#include <Windows.h>
|
Loading…
Reference in New Issue
Block a user