1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-22 12:22:45 +03:00

Fix ODBC compile, prevent ODBCVER warning, though the version numbers go

not match.
This commit is contained in:
Bruce Momjian
2000-12-11 18:51:26 +00:00
parent 0cbfde72fe
commit 01b5efa5e3
3 changed files with 97 additions and 90 deletions

View File

@@ -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