[gs-cvs] gs/src
Ralph Giles
giles at ghostscript.com
Sun Nov 30 11:03:38 PST 2003
Update of /cvs/ghostscript/gs/src
In directory casper:/home/giles/projects/ghostscript/gs/src
Modified Files:
stdpre.h
Log Message:
Typedef uint64_t from 'unsigned __int64' on win32. From Alex Cherpanov's patch for bug 687162.
Index: stdpre.h
===================================================================
RCS file: /cvs/ghostscript/gs/src/stdpre.h,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -d -r1.18 -r1.19
--- stdpre.h 21 Nov 2003 18:42:01 -0000 1.18
+++ stdpre.h 30 Nov 2003 19:03:35 -0000 1.19
@@ -274,7 +274,7 @@
typedef unsigned char uint8_t;
typedef unsigned short int uint16_t;
typedef unsigned int uint32_t;
- /* no uint64_t */
+ typedef unsigned __int64 uint64_t;
# define STDINT_TYPES_DEFINED
# endif
# if defined(__VMS) /* OpenVMS provides these types in inttypes.h */
More information about the gs-cvs
mailing list