X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34621cc5d6eaf8933935fbda55625124429a0ff9..a596eeb93f525c64d374f49e5986c57d1ea124a7:/include/wx/isql.h diff --git a/include/wx/isql.h b/include/wx/isql.h index a86d193f00..3ddfdaf70a 100644 --- a/include/wx/isql.h +++ b/include/wx/isql.h @@ -60,6 +60,8 @@ typedef long int SDWORD; 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;