SQLINTEGER typedef

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-04-16 10:03:30 +00:00
parent 3203621a92
commit e0608d9fc2

View File

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