From f910c1c181205b9005a1ad91eac6d963eb9919a9 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Thu, 14 Jan 2010 20:47:59 +0000 Subject: 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 --- src/Fl_Native_File_Chooser.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Fl_Native_File_Chooser.cxx') diff --git a/src/Fl_Native_File_Chooser.cxx b/src/Fl_Native_File_Chooser.cxx index a7071a532..898760d49 100644 --- a/src/Fl_Native_File_Chooser.cxx +++ b/src/Fl_Native_File_Chooser.cxx @@ -26,7 +26,7 @@ // // Use Windows' chooser -#ifdef _WIN32 +#ifdef WIN32 #include "Fl_Native_File_Chooser_WIN32.cxx" #endif @@ -36,7 +36,7 @@ #endif // All else falls back to FLTK's own chooser -#if ! defined(__APPLE__) && !defined(_WIN32) +#if ! defined(__APPLE__) && !defined(WIN32) #include "Fl_Native_File_Chooser_FLTK.cxx" #endif -- cgit v1.2.3