From 1d421f0c396c4b29cc2e7a867845284a4108d3c0 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Fri, 16 Sep 2005 11:22:35 +0000 Subject: [PATCH] Define SQLUINTEGER git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35518 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/isql.h | 1 + src/iodbc/isql.h | 1 + 2 files changed, 2 insertions(+) diff --git a/include/wx/isql.h b/include/wx/isql.h index e36c7cf679..3ddfdaf70a 100644 --- a/include/wx/isql.h +++ b/include/wx/isql.h @@ -61,6 +61,7 @@ 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; diff --git a/src/iodbc/isql.h b/src/iodbc/isql.h index e3658afd30..87b599b477 100644 --- a/src/iodbc/isql.h +++ b/src/iodbc/isql.h @@ -48,6 +48,7 @@ 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; -- 2.47.2