Move ODBVER outside of deprecation block.

This commit is contained in:
Adam Wilson 2025-02-23 16:32:28 -08:00
parent a9b688f2fd
commit d1d6c60a12

View file

@ -11,14 +11,15 @@ $(RED Warning:
*/
module core.sys.windows.sql;
enum ODBCVER = 0x0400;
deprecated ("The ODBC 3.5 modules are deprecated. Please use the ODBC4 modules in the `etc.c.odbc` package."):
version (Windows):
public import core.sys.windows.sqltypes;
import core.sys.windows.windef;
enum ODBCVER = 0x0351;
enum SQL_ACCESSIBLE_PROCEDURES=20;
enum SQL_ACCESSIBLE_TABLES=19;
enum SQL_ALL_TYPES=0;