Skip to content

Commit 586e6b8

Browse files
committed
fix type warning in gmp ext
1 parent 05a82d4 commit 586e6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/gmp/php_gmp_int.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ static inline gmp_object *php_gmp_object_from_zend_object(zend_object *zobj) {
2828
PHP_GMP_API zend_class_entry *php_gmp_class_entry(void);
2929

3030
/* GMP and MPIR use different datatypes on different platforms */
31-
#ifdef PHP_WIN32
31+
#ifdef _WIN64
3232
typedef zend_long gmp_long;
3333
typedef zend_ulong gmp_ulong;
3434
#else

0 commit comments

Comments
 (0)