From e0608d9fc264305a15e02dec72a487e8332cb0af Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sat, 16 Apr 2005 10:03:30 +0000 Subject: [PATCH] SQLINTEGER typedef git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33650 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/isql.h | 1 + 1 file changed, 1 insertion(+) 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; -- 2.50.0