diff options
| author | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-08-03 02:28:32 +0000 |
|---|---|---|
| committer | Michael R Sweet <michael.r.sweet@gmail.com> | 2001-08-03 02:28:32 +0000 |
| commit | 0771e7cc7d5f6008260058511bfc2d273282d926 (patch) | |
| tree | 0e47ee7c63ba885df5e76c81356034bbdba8186c /visualc/config.h | |
| parent | 85533d11be0b32799d1baf343a13a633cb041ea2 (diff) | |
Update WIN32 projects and config file.
Fix sign of Fl::e_dy to match screen coordinate directions under WIN32.
Note: tooltips not working under WIN32...
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@1546 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'visualc/config.h')
| -rw-r--r-- | visualc/config.h | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/visualc/config.h b/visualc/config.h index d2f8a9438..6ad48fa47 100644 --- a/visualc/config.h +++ b/visualc/config.h @@ -1,5 +1,5 @@ /* - * "$Id: config.h,v 1.5.2.5 2001/04/30 17:17:01 easysw Exp $" + * "$Id: config.h,v 1.5.2.5.2.1 2001/08/03 02:28:32 easysw Exp $" * * Configuration file for the Fast Light Tool Kit (FLTK) for Visual C++. * @@ -153,5 +153,19 @@ #define HAVE_POLL 0 /* - * End of "$Id: config.h,v 1.5.2.5 2001/04/30 17:17:01 easysw Exp $". + * Do we have various image libraries? + */ + +#undef HAVE_LIBPNG +#undef HAVE_LIBZ +#undef HAVE_LIBJPEG + +/* + * Do we have the png_get_valid() function? + */ + +#undef HAVE_PNG_GET_VALID + +/* + * End of "$Id: config.h,v 1.5.2.5.2.1 2001/08/03 02:28:32 easysw Exp $". */ |
