diff options
| author | Lauri Kasanen <cand@gmx.com> | 2014-08-21 12:29:48 +0000 |
|---|---|---|
| committer | Lauri Kasanen <cand@gmx.com> | 2014-08-21 12:29:48 +0000 |
| commit | 64dd5df14145b95ee1730468c43afd60bfc7600a (patch) | |
| tree | 5b64002dec59a36e6e48fe7e69a8cc23503fe364 /src | |
| parent | fc71f3d1caa772bc41e0a679fa29bbef20f4da9a (diff) | |
Enable symbol visibility on Linux, bringing a shared libfltk on par with Windows.
Also drops the size of libfltk.so nicely.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@10236 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src')
| -rw-r--r-- | src/Fl_x.cxx | 1 | ||||
| -rw-r--r-- | src/numericsort.c | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index 758ee5491..65446af1c 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -36,6 +36,7 @@ # include <FL/Fl_Paged_Device.H> # include <FL/Fl_Shared_Image.H> # include <FL/fl_ask.H> +# include <FL/filename.H> # include <stdio.h> # include <stdlib.h> # include "flstring.h" diff --git a/src/numericsort.c b/src/numericsort.c index 498a13d7e..8ffe94aec 100644 --- a/src/numericsort.c +++ b/src/numericsort.c @@ -39,10 +39,10 @@ # include <ndir.h> # endif /* HAVE_NDIR_H */ # endif /* HAVE_DIRENT_H */ -#else /* For WIN32 variants */ -# include <FL/filename.H> #endif /* !WIN32 || __CYGWIN__ */ +#include <FL/filename.H> + /* * 'numericsort()' - Compare two directory entries, possibly with * a case-insensitive comparison... |
