diff options
Diffstat (limited to 'FL/Fl_Native_File_Chooser.H')
| -rw-r--r-- | FL/Fl_Native_File_Chooser.H | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/FL/Fl_Native_File_Chooser.H b/FL/Fl_Native_File_Chooser.H index a425145ce..5ceaa3411 100644 --- a/FL/Fl_Native_File_Chooser.H +++ b/FL/Fl_Native_File_Chooser.H @@ -30,7 +30,7 @@ #define FL_NATIVE_FILE_CHOOSER_H // Use Windows' chooser -#ifdef _WIN32 +#ifdef WIN32 #include <FL/Fl_Native_File_Chooser_WIN32.H> #endif @@ -40,7 +40,7 @@ #endif // All else falls back to FLTK's own chooser -#if ! defined(__APPLE__) && !defined(_WIN32) +#if ! defined(__APPLE__) && !defined(WIN32) #include <FL/Fl_Native_File_Chooser_FLTK.H> #endif @@ -49,4 +49,3 @@ // // End of "$Id$". // - |
