Define SQLUINTEGER

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-09-16 11:22:35 +00:00
parent e716b9bee1
commit 1d421f0c39
2 changed files with 2 additions and 0 deletions

View File

@@ -61,6 +61,7 @@ typedef short int SWORD;
typedef unsigned long int UDWORD; typedef unsigned long int UDWORD;
typedef unsigned short int UWORD; typedef unsigned short int UWORD;
typedef long SQLINTEGER; typedef long SQLINTEGER;
typedef UDWORD SQLUINTEGER;
typedef void FAR *PTR; typedef void FAR *PTR;
typedef void FAR *HENV; typedef void FAR *HENV;

View File

@@ -48,6 +48,7 @@ typedef short int SWORD;
typedef unsigned long int UDWORD; typedef unsigned long int UDWORD;
typedef unsigned short int UWORD; typedef unsigned short int UWORD;
typedef long SQLINTEGER; typedef long SQLINTEGER;
typedef UDWORD SQLUINTEGER;
typedef void FAR *PTR; typedef void FAR *PTR;
typedef void FAR *HENV; typedef void FAR *HENV;