diff options
Diffstat (limited to 'src/interfaces/odbc/statement.c')
-rw-r--r-- | src/interfaces/odbc/statement.c | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/src/interfaces/odbc/statement.c b/src/interfaces/odbc/statement.c index 9efd4fb52c8..ea296ea7b3a 100644 --- a/src/interfaces/odbc/statement.c +++ b/src/interfaces/odbc/statement.c @@ -13,6 +13,7 @@ */ #include "statement.h" + #include "bind.h" #include "connection.h" #include "qresult.h" @@ -23,22 +24,9 @@ #include <string.h> #include <ctype.h> -#ifndef WIN32 -#include "iodbc.h" -#include "isql.h" -#else -#include <windows.h> -#include <sql.h> -#endif #include "pgapifunc.h" -#ifndef WIN32 -#ifndef HAVE_STRICMP -#define stricmp(s1,s2) strcasecmp(s1,s2) -#define strnicmp(s1,s2,n) strncasecmp(s1,s2,n) -#endif -#endif #define PRN_NULLCHECK |