##// END OF EJS Templates
Fix missing uint64_t definition in parsers.c under Windows
Dhruva Krishnamurthy -
r7122:3cf699e8 default
parent child Browse files
Show More
@@ -137,6 +137,7 b' quit:'
137 /* msvc 6.0 has problems */
137 /* msvc 6.0 has problems */
138 # define inline __inline
138 # define inline __inline
139 typedef unsigned long uint32_t;
139 typedef unsigned long uint32_t;
140 typedef unsigned __int64 uint64_t;
140 # else
141 # else
141 # include <stdint.h>
142 # include <stdint.h>
142 # endif
143 # endif
General Comments 0
You need to be logged in to leave comments. Login now