From: SHIRAKATA Kentaro Date: Thu, 22 Jun 2023 04:28:16 +0000 (+0900) Subject: [Fix] Windowsでの実行時文字コードをShift_JISに固定する X-Git-Tag: 3.0.0.86(Alpha)^2~12^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=0ea001fd6c6b756cf8d8d2fe0f7b16bcb5c20298;p=hengbandforosx%2Fhengbandosx.git [Fix] Windowsでの実行時文字コードをShift_JISに固定する fixes #2144 これにより、英語環境でビルドしてもC4566警告が出なくなります。 日本語環境でビルドしたものでしばらく遊んで、文字化けのようなものがないことは確認しました。 --- diff --git a/Hengband/Hengband/Hengband.vcxproj b/Hengband/Hengband/Hengband.vcxproj index f989094ad..cb7af3961 100644 --- a/Hengband/Hengband/Hengband.vcxproj +++ b/Hengband/Hengband/Hengband.vcxproj @@ -117,6 +117,7 @@ SyncCThrow Use stdafx.h + /execution-charset:shift-jis %(AdditionalOptions) true @@ -174,6 +175,7 @@ stdcpplatest Use stdafx.h + /execution-charset:shift-jis %(AdditionalOptions) MachineX86