Skip to content

Commit 66950f9

Browse files
author
foobar
committed
MFH
1 parent 91728cf commit 66950f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/odbc/php_odbc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ PHP_FUNCTION(solid_fetch_prev);
7979
#define HAVE_SQL_EXTENDED_FETCH 1
8080
#define SQL_SUCCEEDED(rc) (((rc)&(~1))==0)
8181
#define SQLINTEGER ULONG
82-
#define SQLUMSALLINT USHORT
82+
#define SQLUSMALLINT USHORT
8383

8484
#elif defined(HAVE_SAPDB) /* SAP DB */
8585

0 commit comments

Comments
 (0)