X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34621cc5d6eaf8933935fbda55625124429a0ff9..f46ad98f0df1e1b073a484cb34a91e2e1278fdb7:/include/wx/isql.h?ds=inline 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;