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 91728cf commit 66950f9Copy full SHA for 66950f9
ext/odbc/php_odbc.h
@@ -79,7 +79,7 @@ PHP_FUNCTION(solid_fetch_prev);
79
#define HAVE_SQL_EXTENDED_FETCH 1
80
#define SQL_SUCCEEDED(rc) (((rc)&(~1))==0)
81
#define SQLINTEGER ULONG
82
-#define SQLUMSALLINT USHORT
+#define SQLUSMALLINT USHORT
83
84
#elif defined(HAVE_SAPDB) /* SAP DB */
85
0 commit comments