From 2df4087a702d6828d3824fcc96d27b2fdd2b958c Mon Sep 17 00:00:00 2001 From: Hiroshi Inoue Date: Mon, 24 Sep 2001 00:05:59 +0000 Subject: 1) Fix compile errors on Windows. 2) Change *Common* --> *Default*. --- src/interfaces/odbc/odbcapi.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/interfaces/odbc/odbcapi.c') diff --git a/src/interfaces/odbc/odbcapi.c b/src/interfaces/odbc/odbcapi.c index 9718aa9ff3a..cec41ea2e66 100644 --- a/src/interfaces/odbc/odbcapi.c +++ b/src/interfaces/odbc/odbcapi.c @@ -26,11 +26,10 @@ *------- */ -#include "psqlodbc.h" #ifdef WIN32 -#undef ODBCVER -#define ODBCVER 0x3000 +#define ODBCVER_REP 0x3000 #endif +#include "psqlodbc.h" #include #include -- cgit v1.2.3