diff options
| author | Greg Ercolano <erco@seriss.com> | 2010-01-14 20:47:59 +0000 |
|---|---|---|
| committer | Greg Ercolano <erco@seriss.com> | 2010-01-14 20:47:59 +0000 |
| commit | f910c1c181205b9005a1ad91eac6d963eb9919a9 (patch) | |
| tree | 2d03182b995302f35748689ca4a56c8f47b1fc14 /FL/Fl_Native_File_Chooser.H | |
| parent | 209e1bfea12f291b58a1404938b05f35e5ec1d6d (diff) | |
Fl_Native_File_Chooser follow up maintenance.
* doxygen docs added
* Changed all FNFC_XXX macros to full Fl_Native_File_Chooser names for doxygen
* Added missing svn $Id tags
* Small mods to Manolo's old_dir[] in Fl_Native_File_Chooser_FLTK to use a dynamic string instead of old_dir[300]
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7003 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
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$". // - |
