GraphicsMagick: webp/src/webp/types.h Need to include inttypes.h

GraphicsMagick Commits <[email protected]>
Newsgroups gmane.comp.video.graphicsmagick.cvs
Message-ID <mailman.36398.1671989869.1567.graphicsmagick-commit@lists.sourceforge.net>
changeset f5025507c011 in /hg/GraphicsMagick
details: http://hg.GraphicsMagick.org/hg/GraphicsMagick?cmd=changeset;node=f5025507c011
summary: webp/src/webp/types.h Need to include inttypes.h

diffstat:

 ChangeLog                                    |  5 +++++
 VisualMagick/tests/runtest.bat               |  2 +-
 jp2/src/libjasper/include/jasper/jas_types.h |  2 +-
 webp/src/webp/types.h                        |  1 +
 4 files changed, 8 insertions(+), 2 deletions(-)

diffs (47 lines):

diff -r b9a32deb6006 -r f5025507c011 ChangeLog
--- a/ChangeLog	Sun Dec 25 18:24:50 2022 +0100
+++ b/ChangeLog	Sun Dec 25 18:37:17 2022 +0100
@@ -1,3 +1,8 @@
+2022-12-25 Fojtik Jaroslav  <[email protected]>
+
+	* webp/src/webp/types.h Need to include inttypes.h
+
+
 2022-12-25  Bob Friesenhahn  <[email protected]>
 
 	* magick/symbols.h: Update symbol remappings which are enabled by
diff -r b9a32deb6006 -r f5025507c011 VisualMagick/tests/runtest.bat
--- a/VisualMagick/tests/runtest.bat	Sun Dec 25 18:24:50 2022 +0100
+++ b/VisualMagick/tests/runtest.bat	Sun Dec 25 18:37:17 2022 +0100
@@ -1,7 +1,7 @@
 @echo off
 set TESTS=0
 set TYPE=NONE
-set exedir=..\bin\
+set exedir=..\binmt\
 
 if exist %exedir%rwblob.exe goto _binaryexists
 @echo Missing rwblob in a directory %exedir%
diff -r b9a32deb6006 -r f5025507c011 jp2/src/libjasper/include/jasper/jas_types.h
--- a/jp2/src/libjasper/include/jasper/jas_types.h	Sun Dec 25 18:24:50 2022 +0100
+++ b/jp2/src/libjasper/include/jasper/jas_types.h	Sun Dec 25 18:37:17 2022 +0100
@@ -119,7 +119,7 @@
  * braindamage below.
  */
 #if !defined(bool)
-#define	bool	int
+  #include <stdbool.h>
 #endif
 #if !defined(true)
 #define true	1
diff -r b9a32deb6006 -r f5025507c011 webp/src/webp/types.h
--- a/webp/src/webp/types.h	Sun Dec 25 18:24:50 2022 +0100
+++ b/webp/src/webp/types.h	Sun Dec 25 18:37:17 2022 +0100
@@ -27,6 +27,7 @@
 #else
 #if _MSC_VER > 1500
   #include <stdint.h>
+  #include <inttypes.h>
 #else
  typedef signed   char int8_t;
  typedef unsigned char uint8_t;
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.