mirror of
https://github.com/fltk/fltk.git
synced 2026-05-23 15:56:10 +08:00
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.
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# GNU ZIP library makefile for the Fast Light Toolkit (FLTK).
|
||||
#
|
||||
# Copyright 1998-2011 by Bill Spitzak and others.
|
||||
# Copyright 1998-2021 by Bill Spitzak and others.
|
||||
#
|
||||
# This library is free software. Distribution and use rights are outlined in
|
||||
# the file "COPYING" which should have been included with this file. If this
|
||||
|
||||
+6
-6
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user