We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b245e5 commit c60eee7Copy full SHA for c60eee7
TSRM/TSRM.h
@@ -31,8 +31,8 @@
31
#endif
32
33
#ifdef _WIN64
34
-typedef unsigned __int64 tsrm_intptr_t;
35
-typedef __int64 tsrm_uintptr_t;
+typedef __int64 tsrm_intptr_t;
+typedef unsigned __int64 tsrm_uintptr_t;
36
#else
37
typedef long tsrm_intptr_t;
38
typedef unsigned long tsrm_uintptr_t;
Zend/zend_types.h
@@ -29,8 +29,8 @@ typedef unsigned long zend_ulong;
29
typedef unsigned short zend_ushort;
30
-typedef unsigned __int64 zend_intptr_t;
-typedef __int64 zend_uintptr_t;
+typedef __int64 zend_intptr_t;
+typedef unsigned __int64 zend_uintptr_t;
typedef long zend_intptr_t;
typedef unsigned long zend_uintptr_t;
0 commit comments