pixman: Branch 'master'

Jeff Muizelaar jrmuizel at kemper.freedesktop.org
Wed Nov 2 15:51:20 PDT 2011


 pixman/pixman-compiler.h |    9 +++++++++
 1 file changed, 9 insertions(+)

New commits:
commit 5d7f5bc8ee178588194cb6acc2e0ceb6ff926d72
Author: Jeff Muizelaar <jmuizelaar at mozilla.com>
Date:   Wed Nov 2 18:49:58 2011 -0400

    Add definitions of INT64_MIN and INT64_MAX

diff --git a/pixman/pixman-compiler.h b/pixman/pixman-compiler.h
index fe2a613..5b568e1 100644
--- a/pixman/pixman-compiler.h
+++ b/pixman/pixman-compiler.h
@@ -48,6 +48,15 @@
 # define UINT32_MAX             (4294967295U)
 #endif
 
+#ifndef INT64_MIN
+# define INT64_MIN              (-9223372036854775807-1)
+#endif
+
+#ifndef INT64_MAX
+# define INT64_MAX              (9223372036854775807)
+#endif
+
+
 #ifndef M_PI
 # define M_PI			3.14159265358979323846
 #endif


More information about the xorg-commit mailing list