We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c38a79 commit 6afae3fCopy full SHA for 6afae3f
ext/gmp/php_gmp_int.h
@@ -28,7 +28,7 @@ static inline gmp_object *php_gmp_object_from_zend_object(zend_object *zobj) {
28
PHP_GMP_API zend_class_entry *php_gmp_class_entry(void);
29
30
/* GMP and MPIR use different datatypes on different platforms */
31
-#ifdef PHP_WIN32
+#ifdef _WIN64
32
typedef zend_long gmp_long;
33
typedef zend_ulong gmp_ulong;
34
#else
0 commit comments