diff options
| author | Manolo Gouy <Manolo> | 2016-04-13 06:23:02 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-13 06:23:02 +0000 |
| commit | e840f496a9cc87ef55c6f0f21b318bc0e5edd6c7 (patch) | |
| tree | a235aee5c3210baac32ce226131e9438f724d2d1 /src/Fl_Native_File_Chooser_GTK.cxx | |
| parent | 0a51aa91bb1786ae15cf3865c8fb1d0dda1707c2 (diff) | |
Fix typo in config_lib.h
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11593 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Native_File_Chooser_GTK.cxx')
| -rw-r--r-- | src/Fl_Native_File_Chooser_GTK.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_Native_File_Chooser_GTK.cxx b/src/Fl_Native_File_Chooser_GTK.cxx index 4f10ea4ab..174a951c1 100644 --- a/src/Fl_Native_File_Chooser_GTK.cxx +++ b/src/Fl_Native_File_Chooser_GTK.cxx @@ -16,9 +16,9 @@ // http://www.fltk.org/str.php // -#include <config.h> +#include "config_lib.h" -#ifdef USE_X11 +#ifdef FL_CFG_WIN_X11 #include <FL/x.H> #include <FL/Fl_Native_File_Chooser.H> @@ -796,7 +796,7 @@ void Fl_Native_File_Chooser_GTK_Driver::probe_for_GTK_libs(void) { #endif // HAVE_DLSYM && HAVE_DLFCN_H } // probe_for_GTK_libs -#endif // USE_X11 +#endif // FL_CFG_WIN_X11 // // End of "$Id$". |
