From 3774a0b0a9d508de4d37d9c32ffd8b82bd7f5719 Mon Sep 17 00:00:00 2001 From: ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> Date: Tue, 17 Jan 2023 14:08:57 +0100 Subject: Update bundled libjpeg to version 9e - cont'd --- jpeg/jconfig.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'jpeg') diff --git a/jpeg/jconfig.h b/jpeg/jconfig.h index 340eb91e5..a73242fbd 100644 --- a/jpeg/jconfig.h +++ b/jpeg/jconfig.h @@ -16,9 +16,9 @@ /* #undef void */ /* #undef const */ /* #undef CHAR_IS_UNSIGNED */ -#define HAVE_STDDEF_H 1 +/* #define HAVE_STDDEF_H 1 */ /* FLTK */ #define HAVE_STDLIB_H 1 -#define HAVE_LOCALE_H 1 +/* #define HAVE_LOCALE_H 1 */ /* FLTK */ /* #undef NEED_BSD_STRINGS */ /* #undef NEED_SYS_TYPES_H */ /* #undef NEED_FAR_POINTERS */ @@ -43,7 +43,7 @@ typedef unsigned char boolean; #ifdef JPEG_INTERNALS /* #undef RIGHT_SHIFT_IS_UNSIGNED */ -#define INLINE __inline__ +/* #define INLINE __inline__ */ /* FLTK */ /* These are for configuring the JPEG memory manager. */ /* #undef DEFAULT_MAX_MEM */ /* #undef NO_MKTEMP */ -- cgit v1.2.3