mirror of
https://github.com/tildearrow/furnace.git
synced 2025-01-06 23:51:21 +00:00
parent
fbb712ddc9
commit
dc868539ec
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue