summaryrefslogtreecommitdiff
path: root/ext/odbc/php_odbc.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-06-19 16:48:37 +0000
committerfoobar <sniper@php.net>2001-06-19 16:48:37 +0000
commit1e0aaeffe9e48fdd9086dc248a620035ed8de1a8 (patch)
tree97f57970fec883bc1c00f7633742c6e924b06d19 /ext/odbc/php_odbc.h
parentc977f298626e98aefcbdd77d04f1cba58d4d6590 (diff)
downloadphp-git-1e0aaeffe9e48fdd9086dc248a620035ed8de1a8.tar.gz
Fix bug: #11508
Diffstat (limited to 'ext/odbc/php_odbc.h')
-rw-r--r--ext/odbc/php_odbc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/odbc/php_odbc.h b/ext/odbc/php_odbc.h
index 9c6b210850..32259086c0 100644
--- a/ext/odbc/php_odbc.h
+++ b/ext/odbc/php_odbc.h
@@ -79,7 +79,7 @@ PHP_FUNCTION(solid_fetch_prev);
#define HAVE_SQL_EXTENDED_FETCH 1
#define SQL_SUCCEEDED(rc) (((rc)&(~1))==0)
#define SQLINTEGER ULONG
-#define SQLUMSALLINT USHORT
+#define SQLUSMALLINT USHORT
#elif defined(HAVE_SAPDB) /* SAP DB */