summaryrefslogtreecommitdiff
path: root/src/Fl_Native_File_Chooser_MAC.mm
diff options
context:
space:
mode:
Diffstat (limited to 'src/Fl_Native_File_Chooser_MAC.mm')
-rw-r--r--src/Fl_Native_File_Chooser_MAC.mm4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Fl_Native_File_Chooser_MAC.mm b/src/Fl_Native_File_Chooser_MAC.mm
index f3b8d6f2b..9ed970d69 100644
--- a/src/Fl_Native_File_Chooser_MAC.mm
+++ b/src/Fl_Native_File_Chooser_MAC.mm
@@ -30,7 +30,7 @@
// Possibly 'preset_file' could be used to select the filename.
//
-#ifndef FL_DOXYGEN // PREVENT DOXYGEN'S USE OF THIS FILE
+#ifdef __APPLE__
#include "Fl_Native_File_Chooser_common.cxx" // strnew/strfree/strapp/chrcat
#include <libgen.h> // dirname(3)
@@ -577,7 +577,7 @@ int Fl_Native_File_Chooser::post() {
return (retval == NSOKButton ? 0 : 1);
}
-#endif /*!FL_DOXYGEN*/
+#endif // __APPLE__
//
// End of "$Id$".