summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/isql.h
diff options
context:
space:
mode:
authorHiroshi Inoue <inoue@tpf.co.jp>2001-08-21 05:21:09 +0000
committerHiroshi Inoue <inoue@tpf.co.jp>2001-08-21 05:21:09 +0000
commitc2f5d08c11176955c44d0a20c9ce7648157010ab (patch)
treeea15ac7a857cf3b20fbe996db59527819901915f /src/interfaces/odbc/isql.h
parent18529514b1564ec79f08b95f2679428ee0fa3470 (diff)
Fix a lot of compile errors on unix.
Fix '\\' handling for bytea type.
Diffstat (limited to 'src/interfaces/odbc/isql.h')
-rw-r--r--src/interfaces/odbc/isql.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/odbc/isql.h b/src/interfaces/odbc/isql.h
index d8a3c867fc2..5a5a8afafd4 100644
--- a/src/interfaces/odbc/isql.h
+++ b/src/interfaces/odbc/isql.h
@@ -26,7 +26,7 @@ typedef signed short RETCODE;
#define SQL_API EXPORT CALLBACK
#endif
-#define ODBCVER 0x0250
+/*#define ODBCVER 0x0250 */
#define SQL_MAX_MESSAGE_LENGTH 512
#define SQL_MAX_DSN_LENGTH 32