diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2004-04-10 21:35:45 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2004-04-10 21:35:45 +0000 |
| commit | 77aca2728ff34042f3213c30df6c4a5bd891a5c9 (patch) | |
| tree | 2e60a56375291711138b40de79e517d5e20bc24c /visualc/config.h | |
| parent | 76d03987d5effc439bc9c6412a96ee5c4d5c6e93 (diff) | |
Fix drive letter entry for file chooser (STR #339)
Fix linker warnings with VC++
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@3385 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'visualc/config.h')
| -rw-r--r-- | visualc/config.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/visualc/config.h b/visualc/config.h index aca737aa9..e034844d5 100644 --- a/visualc/config.h +++ b/visualc/config.h @@ -1,5 +1,5 @@ /* - * "$Id: config.h,v 1.5.2.5.2.10 2003/01/30 21:46:07 easysw Exp $" + * "$Id: config.h,v 1.5.2.5.2.11 2004/04/10 21:35:44 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK) for Visual C++. * @@ -164,25 +164,25 @@ * Do we have various image libraries? */ -#undef HAVE_LIBPNG -#undef HAVE_LIBZ -#undef HAVE_LIBJPEG +#define HAVE_LIBPNG +#define HAVE_LIBZ +#define HAVE_LIBJPEG /* * Which header file do we include for libpng? */ -#undef HAVE_PNG_H +#define HAVE_PNG_H #undef HAVE_LIBPNG_PNG_H /* * Do we have the png_xyz() functions? */ -#undef HAVE_PNG_GET_VALID -#undef HAVE_PNG_SET_TRNS_TO_ALPHA +#define HAVE_PNG_GET_VALID +#define HAVE_PNG_SET_TRNS_TO_ALPHA /* - * End of "$Id: config.h,v 1.5.2.5.2.10 2003/01/30 21:46:07 easysw Exp $". + * End of "$Id: config.h,v 1.5.2.5.2.11 2004/04/10 21:35:44 easysw Exp $". */ |
