]> git.saurik.com Git - wxWidgets.git/commitdiff
Define SQLUINTEGER
authorJulian Smart <julian@anthemion.co.uk>
Fri, 16 Sep 2005 11:22:35 +0000 (11:22 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 16 Sep 2005 11:22:35 +0000 (11:22 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/isql.h
src/iodbc/isql.h

index e36c7cf679ea0300f8bd86579346ffaefccb1afe..3ddfdaf70ab07f0f65fcfe1138c80fe5175a0b3c 100644 (file)
@@ -61,6 +61,7 @@ typedef short int SWORD;
 typedef unsigned long int UDWORD;
 typedef unsigned short int UWORD;
 typedef long SQLINTEGER;
+typedef UDWORD SQLUINTEGER;
 
 typedef void FAR *PTR;
 typedef void FAR *HENV;
index e3658afd30822b6b72fd03685a558c3070c33e20..87b599b47776396a9d409bccd9020f145b9806a6 100644 (file)
@@ -48,6 +48,7 @@ typedef short int SWORD;
 typedef unsigned long int UDWORD;
 typedef unsigned short int UWORD;
 typedef long SQLINTEGER;
+typedef UDWORD SQLUINTEGER;
 
 typedef void FAR *PTR;
 typedef void FAR *HENV;