diff options
author | Bruce Momjian <bruce@momjian.us> | 2000-12-11 18:51:26 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2000-12-11 18:51:26 +0000 |
commit | 01b5efa5e3a3c989bffc3432a2cba75052656005 (patch) | |
tree | 49c4746baf4fbc510b2ef7da3bfdb7570334d96a /src/interfaces/odbc/isql.h | |
parent | 0cbfde72feab15d434910225ab5c4a66a9826c96 (diff) |
Fix ODBC compile, prevent ODBCVER warning, though the version numbers go
not match.
Diffstat (limited to 'src/interfaces/odbc/isql.h')
-rw-r--r-- | src/interfaces/odbc/isql.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/interfaces/odbc/isql.h b/src/interfaces/odbc/isql.h index 7c7cfca3c5b..8c0203a5ea3 100644 --- a/src/interfaces/odbc/isql.h +++ b/src/interfaces/odbc/isql.h @@ -24,7 +24,9 @@ typedef signed short RETCODE; # define SQL_API EXPORT CALLBACK # endif +#ifndef ODBCVER # define ODBCVER 0x0200 +#endif # define SQL_MAX_MESSAGE_LENGTH 512 # define SQL_MAX_DSN_LENGTH 32 |