From b96bb0d9b6fccdca595cda0977256bdd36242e4b Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Tue, 28 Nov 2023 11:52:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/scanner2/custom_file_dialog.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/scanner2/custom_file_dialog.h b/app/scanner2/custom_file_dialog.h index 08abdd7b..c29793d2 100644 --- a/app/scanner2/custom_file_dialog.h +++ b/app/scanner2/custom_file_dialog.h @@ -10,7 +10,7 @@ #include #include "base/HGBase.h" -#if defined (HG_CMP_MSC) +#if !defined (HG_CMP_MSC) #define USE_FILE_DLG_WITHOUT_PROMPT #endif