summaryrefslogtreecommitdiff
path: root/src/Fl_Native_File_Chooser_GTK.cxx
diff options
context:
space:
mode:
authorManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-02-16 12:08:56 +0100
committerManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com>2021-02-16 12:08:56 +0100
commit1f9c80854cfe10e135958d1521005dca1ec41069 (patch)
tree506741ef4f31bcf828f7a4995c203c64182df0f9 /src/Fl_Native_File_Chooser_GTK.cxx
parentd51481f95e6a6ee2b2482705e8930aac3e15d7b6 (diff)
Remove FL_CFG_WIN_X11 preprocessor variable from Fl_Native_File_Chooser_GTK.cxx
Diffstat (limited to 'src/Fl_Native_File_Chooser_GTK.cxx')
-rw-r--r--src/Fl_Native_File_Chooser_GTK.cxx6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/Fl_Native_File_Chooser_GTK.cxx b/src/Fl_Native_File_Chooser_GTK.cxx
index 65edaa498..30b2fde6e 100644
--- a/src/Fl_Native_File_Chooser_GTK.cxx
+++ b/src/Fl_Native_File_Chooser_GTK.cxx
@@ -15,9 +15,7 @@
// https://www.fltk.org/bugs.php
//
-#include "config_lib.h"
-
-#ifdef FL_CFG_WIN_X11
+#include <config.h>
#include <FL/Fl_Native_File_Chooser.H>
#if HAVE_DLSYM && HAVE_DLFCN_H
@@ -962,5 +960,3 @@ Fl_Native_File_Chooser::Fl_Native_File_Chooser(int val) {
#endif // HAVE_DLSYM && HAVE_DLFCN_H
platform_fnfc = new Fl_Native_File_Chooser_FLTK_Driver(val);
}
-
-#endif // FL_CFG_WIN_X11