diff --git a/ext/pdo_firebird/php_pdo_firebird_int.h b/ext/pdo_firebird/php_pdo_firebird_int.h index 7e0e2e66a81..39213c5bf42 100644 --- a/ext/pdo_firebird/php_pdo_firebird_int.h +++ b/ext/pdo_firebird/php_pdo_firebird_int.h @@ -34,7 +34,7 @@ #define SHORT_MAX (1 << (8*sizeof(short)-1)) #if SIZEOF_LONG == 8 -# define LL_MASK l +# define LL_MASK "l" # define LL_LIT(lit) lit ## L #else # ifdef PHP_WIN32