mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
Move ODBVER outside of deprecation block.
This commit is contained in:
parent
a9b688f2fd
commit
d1d6c60a12
1 changed files with 3 additions and 2 deletions
|
@ -11,14 +11,15 @@ $(RED Warning:
|
||||||
*/
|
*/
|
||||||
|
|
||||||
module core.sys.windows.sql;
|
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."):
|
deprecated ("The ODBC 3.5 modules are deprecated. Please use the ODBC4 modules in the `etc.c.odbc` package."):
|
||||||
version (Windows):
|
version (Windows):
|
||||||
|
|
||||||
public import core.sys.windows.sqltypes;
|
public import core.sys.windows.sqltypes;
|
||||||
import core.sys.windows.windef;
|
import core.sys.windows.windef;
|
||||||
|
|
||||||
enum ODBCVER = 0x0351;
|
|
||||||
|
|
||||||
enum SQL_ACCESSIBLE_PROCEDURES=20;
|
enum SQL_ACCESSIBLE_PROCEDURES=20;
|
||||||
enum SQL_ACCESSIBLE_TABLES=19;
|
enum SQL_ACCESSIBLE_TABLES=19;
|
||||||
enum SQL_ALL_TYPES=0;
|
enum SQL_ALL_TYPES=0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue