summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2001-06-19 16:49:31 +0000
committerfoobar <sniper@php.net>2001-06-19 16:49:31 +0000
commit66950f97a6d1730834741b752ab0125927ea058b (patch)
tree67cbe72935ee30122c3193da61b2bbd8e2214268
parent91728cfcf498b8c186996200d4259fe5ccf3fe0d (diff)
downloadphp-git-66950f97a6d1730834741b752ab0125927ea058b.tar.gz
MFH
-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 */