Upgrade libjpeg 8c -> 9e

This commit is contained in:
Martin Natano
2022-05-30 23:57:33 +02:00
parent e2ee97e36d
commit 06154a0094
187 changed files with 71861 additions and 3686 deletions
+1 -10
View File
@@ -1,7 +1,7 @@
/* Auto-generated config.h file powered by cmake. */
/* Defined to 1 if the compiler supports prototype functions. */
#cmakedefine HAVE_PROTOTYPES 1
#define HAVE_PROTOTYPES 1
/* Defined to 1 if we have access to stddef.h */
#cmakedefine HAVE_STDDEF_H 1
@@ -42,12 +42,3 @@
/* Defined to 1 if incomplete types are broken. */
#cmakedefine INCOMPLETE_TYPES_BROKEN 1
/* Windows gets a special definition of boolean for some reason. */
#if defined(WIN32)
#if !defined(__RPCNDR_H__)
typedef unsigned char boolean;
#endif
#define HAVE_BOOLEAN
#endif