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