diff options
Diffstat (limited to 'toolsrc/src/vcpkg.cpp')
| -rw-r--r-- | toolsrc/src/vcpkg.cpp | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/toolsrc/src/vcpkg.cpp b/toolsrc/src/vcpkg.cpp index 7f9decce1..e1a0a2a0b 100644 --- a/toolsrc/src/vcpkg.cpp +++ b/toolsrc/src/vcpkg.cpp @@ -1,17 +1,6 @@ #include <vcpkg/base/pragmas.h> -#if defined(_WIN32) -#define NOMINMAX -#define WIN32_LEAN_AND_MEAN -#include <Windows.h> - -#pragma warning(push) -#pragma warning(disable : 4768) -#include <ShlObj.h> -#pragma warning(pop) -#else -#include <unistd.h> -#endif +#include <vcpkg/base/system_headers.h> #include <vcpkg/base/chrono.h> #include <vcpkg/base/files.h> |
