From d3573b69b209736e936ac9f70b75833137419869 Mon Sep 17 00:00:00 2001 From: luoliangyi <87842688@qq.com> Date: Mon, 22 Aug 2022 15:33:35 +0800 Subject: [PATCH] =?UTF-8?q?windows=E7=9A=84=E5=AE=89=E8=A3=85=E5=8C=85?= =?UTF-8?q?=E7=BB=9F=E4=B8=8032=E4=BD=8D=E5=92=8C64=E4=BD=8D=E7=89=88?= =?UTF-8?q?=E6=9C=AC=EF=BC=8C=E7=BB=9F=E4=B8=80=E7=A7=B0=E4=B8=BAx86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/version/HGVersionImpl.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/version/HGVersionImpl.cpp b/modules/version/HGVersionImpl.cpp index 723ba233..77a34445 100644 --- a/modules/version/HGVersionImpl.cpp +++ b/modules/version/HGVersionImpl.cpp @@ -379,11 +379,7 @@ static std::string GetArchName() std::string archName; #if defined(HG_CMP_MSC) -#ifdef _WIN64 - archName = "x64"; -#else archName = "x86"; -#endif #else archName = "unknown"; FILE *fp = popen("arch", "r");