From 40d8b354968e828c7bd720e8fee99131a8adc729 Mon Sep 17 00:00:00 2001 From: Cilda Date: Sat, 3 Feb 2024 14:46:18 +0900 Subject: [PATCH 1/2] =?UTF-8?q?[update]=20vcpkg.json=E3=82=92=E7=A7=BB?= =?UTF-8?q?=E5=8B=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit vcpkg.jsonをUmaUmaCheckerフォルダ配下に移動 gitignore更新 --- .gitignore | 3 ++- vcpkg.json => UmaUmaChecker/vcpkg.json | 0 2 files changed, 2 insertions(+), 1 deletion(-) rename vcpkg.json => UmaUmaChecker/vcpkg.json (100%) 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/vcpkg.json b/UmaUmaChecker/vcpkg.json similarity index 100% rename from vcpkg.json rename to UmaUmaChecker/vcpkg.json From f8ecbc37581019d141b76cf71f1b6c6f813af17e Mon Sep 17 00:00:00 2001 From: Cilda Date: Sat, 3 Feb 2024 14:46:46 +0900 Subject: [PATCH 2/2] =?UTF-8?q?[fix]=20LNK2019=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit boost更新に伴って不要な#defineを削除 --- UmaUmaChecker/src/Log/Log.h | 2 -- 1 file changed, 2 deletions(-) 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