From 44632f19e9408de2536f055e9934f50a17962dcc Mon Sep 17 00:00:00 2001 From: ChiaMineJP Date: Thu, 5 May 2022 18:33:20 +0900 Subject: [PATCH] Fixed an issue where VS failed to build bladebit due to japanese charset issue --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index e2a5306d..8a10a5a4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -149,6 +149,7 @@ if("${CMAKE_CXX_COMPILER_ID}" STREQUAL "MSVC") /wd4514 /wd4626 /wd5027 + /wd4819 /DUNICODE=1 /DWIN32_LEAN_AND_MEAN=1 /DNOMINMAX=1