mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
Deprecate the old ODBC 3.5 modules in core.sys.windows.
This commit is contained in:
parent
ee82f26a79
commit
60d915b23d
4 changed files with 8 additions and 0 deletions
|
@ -11,6 +11,8 @@ $(RED Warning:
|
|||
*/
|
||||
|
||||
module core.sys.windows.sql;
|
||||
deprecated("The ODBC 3.5 modules are deprecated. Please use the ODBC4 module in the etc.c.odbc package.");
|
||||
deprecated:
|
||||
version (Windows):
|
||||
|
||||
public import core.sys.windows.sqltypes;
|
||||
|
|
|
@ -11,6 +11,8 @@ $(RED Warning:
|
|||
*/
|
||||
|
||||
module core.sys.windows.sqlext;
|
||||
deprecated("The ODBC 3.5 modules are deprecated. Please use the ODBC4 module in the etc.c.odbc package.");
|
||||
deprecated:
|
||||
version (Windows):
|
||||
|
||||
/* Conversion notes:
|
||||
|
|
|
@ -11,6 +11,8 @@ $(RED Warning:
|
|||
*/
|
||||
|
||||
module core.sys.windows.sqltypes;
|
||||
deprecated("The ODBC 3.5 modules are deprecated. Please use the ODBC4 module in the etc.c.odbc package.");
|
||||
deprecated:
|
||||
version (Windows):
|
||||
|
||||
version (ANSI) {} else version = Unicode;
|
||||
|
|
|
@ -11,6 +11,8 @@ $(RED Warning:
|
|||
*/
|
||||
|
||||
module core.sys.windows.sqlucode;
|
||||
deprecated("The ODBC 3.5 modules are deprecated. Please use the ODBC4 module in the etc.c.odbc package.");
|
||||
deprecated:
|
||||
version (Windows):
|
||||
|
||||
version (ANSI) {} else version = Unicode;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue