diff options
Diffstat (limited to 'odb/mssql/mssql.hxx')
-rw-r--r-- | odb/mssql/mssql.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/odb/mssql/mssql.hxx b/odb/mssql/mssql.hxx index 8c455ba..f223837 100644 --- a/odb/mssql/mssql.hxx +++ b/odb/mssql/mssql.hxx @@ -47,6 +47,11 @@ # define SQL_MARS_ENABLED_YES 1L #endif +#ifndef SQL_SS_TIME2 +# define SQL_SS_TIME2 (-154) +# define SQL_SS_TIMESTAMPOFFSET (-155) +#endif + // unixODBC doesn't define SQL_PARAM_DATA_AVAILABLE even though it // claims ODBC version 3.80. // |