aboutsummaryrefslogtreecommitdiff
path: root/win
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2014-04-20 19:11:52 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2014-04-20 19:11:52 +0000
commit2183c93a05a8652faa8db72eeb7521d571c3874d (patch)
tree4eb4f7c1773104d075c2e650e348d60391ddf957 /win
parent9c6eca12f6fb1dcbf2fa16aa5c2e516d63aaf509 (diff)
We use __CHAR_UNSIGNED__ (automatically defined by the AC_C_CHAR_UNSIGNED macro) rather than CHAR_IS_UNSIGNED (defined by custom autoconf code in libjpeg that we didn't port over), although I doubt it matters on any of the platforms we support.
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@1263 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'win')
-rw-r--r--win/jconfig.h.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/win/jconfig.h.in b/win/jconfig.h.in
index ddcf97e..516ca59 100644
--- a/win/jconfig.h.in
+++ b/win/jconfig.h.in
@@ -12,7 +12,7 @@
#define HAVE_UNSIGNED_SHORT
/* #define void char */
/* #define const */
-#undef CHAR_IS_UNSIGNED
+#undef __CHAR_UNSIGNED__
#define HAVE_STDDEF_H
#define HAVE_STDLIB_H
#undef NEED_BSD_STRINGS