From 72d2ab525a96ea819391cd4d36ca4df8e7d9c12d Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Tue, 28 Nov 2023 11:41:20 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=AF=BC=E5=87=BA=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E6=96=87=E4=BB=B6=E5=90=8D=E5=AD=98=E5=9C=A8=E7=9B=B8?= =?UTF-8?q?=E5=90=8C=E5=85=B3=E9=94=AE=E5=AD=97=E6=97=B6=E4=B8=80=E7=9B=B4?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E6=98=AF=E5=90=A6=E6=9B=BF=E6=8D=A2=E7=9A=84?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/scanner2/custom_file_dialog.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/scanner2/custom_file_dialog.h b/app/scanner2/custom_file_dialog.h index d1774681..08abdd7b 100644 --- a/app/scanner2/custom_file_dialog.h +++ b/app/scanner2/custom_file_dialog.h @@ -8,8 +8,11 @@ #include #include #include +#include "base/HGBase.h" -#define USE_FILE_DLG_WITHOUT_PROMPT +#if defined (HG_CMP_MSC) + #define USE_FILE_DLG_WITHOUT_PROMPT +#endif template class custom_file_dlg