From dc868539ec98438ca4e8f6fc7bea92b50509bd2d Mon Sep 17 00:00:00 2001 From: tildearrow Date: Wed, 28 Dec 2022 16:08:14 -0500 Subject: [PATCH] part 4 issue #685 --- src/gui/settings.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gui/settings.cpp b/src/gui/settings.cpp index 2abcc67ea..2b6701848 100644 --- a/src/gui/settings.cpp +++ b/src/gui/settings.cpp @@ -40,8 +40,9 @@ #define POWER_SAVE_DEFAULT 0 #endif -#if defined(__HAIKU__) || defined(IS_MOBILE) +#if defined(__HAIKU__) || defined(IS_MOBILE) || (defined(_WIN32) && !defined(_WIN64)) // NFD doesn't support Haiku +// NFD doesn't support Windows XP either #define SYS_FILE_DIALOG_DEFAULT 0 #else #define SYS_FILE_DIALOG_DEFAULT 1