issue #685
This commit is contained in:
tildearrow 2022-12-28 16:08:14 -05:00
parent fbb712ddc9
commit dc868539ec
1 changed files with 2 additions and 1 deletions

View File

@ -40,8 +40,9 @@
#define POWER_SAVE_DEFAULT 0 #define POWER_SAVE_DEFAULT 0
#endif #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 Haiku
// NFD doesn't support Windows XP either
#define SYS_FILE_DIALOG_DEFAULT 0 #define SYS_FILE_DIALOG_DEFAULT 0
#else #else
#define SYS_FILE_DIALOG_DEFAULT 1 #define SYS_FILE_DIALOG_DEFAULT 1