freetype-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[freetype2-demos] master 9e45fa5 2/2: * graph/grtypes.h [__VMS]: Accomod


From: Werner Lemberg
Subject: [freetype2-demos] master 9e45fa5 2/2: * graph/grtypes.h [__VMS]: Accomodate non-compliant C99.
Date: Fri, 1 Oct 2021 12:07:34 -0400 (EDT)

branch: master
commit 9e45fa5e25b0c54ae34c303731662c21764364c9
Author: Jouk Jansen <joukj@hrem.stm.tudelft.nl>
Commit: Alexei Podtelezhnikov <apodtele@gmail.com>

    * graph/grtypes.h [__VMS]: Accomodate non-compliant C99.
---
 graph/grtypes.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/graph/grtypes.h b/graph/grtypes.h
index f7d5155..4c78f2c 100644
--- a/graph/grtypes.h
+++ b/graph/grtypes.h
@@ -17,7 +17,11 @@
 
 #if defined( __STDC_VERSION__ ) && __STDC_VERSION__ >= 199901L
 
+#if defined( __VMS ) && __CRTL_VER <= 80400000
+#include <inttypes.h>
+#else
 #include <stdint.h>
+#endif
 
 #endif
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]