From 17917bbde4ba0bf73781bdaed59c24a5975ad759 Mon Sep 17 00:00:00 2001 From: scawful Date: Mon, 12 Aug 2024 12:00:38 -0400 Subject: [PATCH] update file_dialog header --- src/app/core/platform/file_dialog.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/core/platform/file_dialog.h b/src/app/core/platform/file_dialog.h index b79a13c4..09bc827d 100644 --- a/src/app/core/platform/file_dialog.h +++ b/src/app/core/platform/file_dialog.h @@ -118,7 +118,7 @@ class FileDialogWrapper { } }; -#elif defined(__APPLE__) +#else #include #include @@ -133,8 +133,6 @@ class FileDialogWrapper { const std::string& folder_path); }; -#else -#error "Unsupported platform." #endif #endif // YAZE_APP_CORE_PLATFORM_FILE_DIALOG_H