diff options
author | Hiroshi Inoue | 2001-09-24 00:05:59 +0000 |
---|---|---|
committer | Hiroshi Inoue | 2001-09-24 00:05:59 +0000 |
commit | 2df4087a702d6828d3824fcc96d27b2fdd2b958c (patch) | |
tree | 17d9a5a18bffb00926b06d1c5535c239c55a3b1c /src/interfaces/odbc/odbcapi30.c | |
parent | c0a9283742a4c372ed56b15c2a6f10e687777f3e (diff) |
1) Fix compile errors on Windows.
2) Change *Common* --> *Default*.
Diffstat (limited to 'src/interfaces/odbc/odbcapi30.c')
-rw-r--r-- | src/interfaces/odbc/odbcapi30.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/interfaces/odbc/odbcapi30.c b/src/interfaces/odbc/odbcapi30.c index 24688583efd..cce9c37d426 100644 --- a/src/interfaces/odbc/odbcapi30.c +++ b/src/interfaces/odbc/odbcapi30.c @@ -18,9 +18,8 @@ *------- */ +#define ODBCVER_REP 0x0300 #include "psqlodbc.h" -#undef ODBCVER -#define ODBCVER 0x0300 #include <stdio.h> #include <string.h> |