From: Julian Smart Date: Sat, 16 Apr 2005 10:03:30 +0000 (+0000) Subject: SQLINTEGER typedef X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e0608d9fc264305a15e02dec72a487e8332cb0af SQLINTEGER typedef git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/isql.h b/include/wx/isql.h index a86d193f00..e36c7cf679 100644 --- a/include/wx/isql.h +++ b/include/wx/isql.h @@ -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;