diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-02-25 15:27:01 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-02-25 16:59:36 +0100 |
| commit | 52e16fb1be7929072c09e2fd989cd92246ae7b54 (patch) | |
| tree | b76ac674ff0c292da276846523648a5ee64d6515 /zlib/zconf.h | |
| parent | 5bd467fa17be55397f433dddc065b57cbb7a0615 (diff) | |
Update bundled libs to current versions
- update README.bundled-libs.txt + some comments
- update bundled jpeg lib from version 9c to 9d
All bundled libs are now up-to-date. For current update status
please see README.bundled-libs.txt.
Diffstat (limited to 'zlib/zconf.h')
| -rw-r--r-- | zlib/zconf.h | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/zlib/zconf.h b/zlib/zconf.h index 3bb754b99..9ab9caaa1 100644 --- a/zlib/zconf.h +++ b/zlib/zconf.h @@ -1,6 +1,6 @@ -/* FLTK *************************************************************** */ -/* FLTK Comments marked with FLTK show modifications for FLTK which */ -/* FLTK should probably be preserved when zlib is upgraded. */ +/* FLTK *************************************************************** */ +/* FLTK Comments marked with FLTK show modifications for FLTK which */ +/* FLTK should probably be preserved when zlib is upgraded. */ /* FLTK *************************************************************** */ /* zconf.h -- configuration of the zlib compression library @@ -13,9 +13,9 @@ #ifndef ZCONF_H #define ZCONF_H -#if ! (defined(_WIN32) || defined(WIN32)) /* FLTK */ -# define HAVE_UNISTD_H /* FLTK */ -#endif /* FLTK */ +#if ! (defined(_WIN32) || defined(WIN32)) /* FLTK */ +# define HAVE_UNISTD_H /* FLTK */ +#endif /* FLTK */ /* * If you *really* need a unique prefix for all types and library functions, |
