mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:29:06 +08:00
Fix #include casing
This commit is contained in:
parent
e5b0de35d3
commit
209452755b
@ -4,7 +4,7 @@
|
||||
|
||||
#pragma warning(push)
|
||||
#pragma warning(disable : 4768)
|
||||
#include <Shlobj.h>
|
||||
#include <ShlObj.h>
|
||||
#pragma warning(pop)
|
||||
#else
|
||||
#include <unistd.h>
|
||||
|
Loading…
Reference in New Issue
Block a user