Show More
@@ -121,7 +121,12 typedef PyObject *(*ssizeargfunc)(PyObje | |||
|
121 | 121 | #ifdef _MSC_VER |
|
122 | 122 | /* msvc 6.0 has problems */ |
|
123 | 123 | #define inline __inline |
|
124 | typedef signed char int8_t; | |
|
125 | typedef short int16_t; | |
|
126 | typedef long int32_t; | |
|
127 | typedef __int64 int64_t; | |
|
124 | 128 | typedef unsigned char uint8_t; |
|
129 | typedef unsigned short uint16_t; | |
|
125 | 130 | typedef unsigned long uint32_t; |
|
126 | 131 | typedef unsigned __int64 uint64_t; |
|
127 | 132 | #else |
General Comments 0
You need to be logged in to leave comments.
Login now