diff --git a/.gitignore b/.gitignore index 8589431..3da003a 100644 --- a/.gitignore +++ b/.gitignore @@ -361,4 +361,5 @@ MigrationBackup/ # Fody - auto-generated XML schema FodyWeavers.xsd -/vcpkg_installed + +vcpkg_installed/ diff --git a/UmaUmaChecker/src/Log/Log.h b/UmaUmaChecker/src/Log/Log.h index 2ba93c6..7a2b4fe 100644 --- a/UmaUmaChecker/src/Log/Log.h +++ b/UmaUmaChecker/src/Log/Log.h @@ -1,7 +1,5 @@ #pragma once -#define BOOST_USE_WINAPI_VERSION BOOST_WINAPI_VERSION_WIN7 - #include #include #include diff --git a/vcpkg.json b/UmaUmaChecker/vcpkg.json similarity index 100% rename from vcpkg.json rename to UmaUmaChecker/vcpkg.json