X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34621cc5d6eaf8933935fbda55625124429a0ff9..9d5507f7a2701395e1d5c121bd877bb9066ee6ea:/src/iodbc/isql.h?ds=sidebyside diff --git a/src/iodbc/isql.h b/src/iodbc/isql.h index 971a0dc037..87b599b477 100644 --- a/src/iodbc/isql.h +++ b/src/iodbc/isql.h @@ -6,8 +6,8 @@ * iODBC defines * * The iODBC driver manager. - * - * Copyright (C) 1995 by Ke Jin + * + * Copyright (C) 1995 by Ke Jin * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -47,6 +47,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;