summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/interfaces/odbc/isql.h4
-rw-r--r--src/interfaces/odbc/psqlodbc.h2
2 files changed, 1 insertions, 5 deletions
diff --git a/src/interfaces/odbc/isql.h b/src/interfaces/odbc/isql.h
index 8c0203a5ea3..deeddd3db04 100644
--- a/src/interfaces/odbc/isql.h
+++ b/src/interfaces/odbc/isql.h
@@ -24,9 +24,7 @@ typedef signed short RETCODE;
# define SQL_API EXPORT CALLBACK
# endif
-#ifndef ODBCVER
-# define ODBCVER 0x0200
-#endif
+# define ODBCVER 0x0250
# define SQL_MAX_MESSAGE_LENGTH 512
# define SQL_MAX_DSN_LENGTH 32
diff --git a/src/interfaces/odbc/psqlodbc.h b/src/interfaces/odbc/psqlodbc.h
index f565f5d877a..aabded2a1c1 100644
--- a/src/interfaces/odbc/psqlodbc.h
+++ b/src/interfaces/odbc/psqlodbc.h
@@ -34,9 +34,7 @@ typedef double SDOUBLE;
typedef UInt4 Oid;
/* Driver stuff */
-#ifndef ODBCVER
#define ODBCVER 0x0250
-#endif
#define DRIVER_ODBC_VER "02.50"
#define DRIVERNAME "PostgreSQL ODBC"