mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 21:21:48 +03:00
Fix deprecation message.
This commit is contained in:
parent
60d915b23d
commit
b76d185fa1
4 changed files with 4 additions and 8 deletions
|
@ -10,9 +10,8 @@ $(RED Warning:
|
||||||
* Source: $(DRUNTIMESRC core/sys/windows/_sql.d)
|
* Source: $(DRUNTIMESRC core/sys/windows/_sql.d)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
deprecated ("The ODBC 3.5 modules are deprecated. Please use the ODBC4 modules in the `etc.c.odbc` package.")
|
||||||
module core.sys.windows.sql;
|
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):
|
version (Windows):
|
||||||
|
|
||||||
public import core.sys.windows.sqltypes;
|
public import core.sys.windows.sqltypes;
|
||||||
|
|
|
@ -10,9 +10,8 @@ $(RED Warning:
|
||||||
* Source: $(DRUNTIMESRC core/sys/windows/_sqlext.d)
|
* Source: $(DRUNTIMESRC core/sys/windows/_sqlext.d)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
deprecated ("The ODBC 3.5 modules are deprecated. Please use the ODBC4 modules in the `etc.c.odbc` package.")
|
||||||
module core.sys.windows.sqlext;
|
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):
|
version (Windows):
|
||||||
|
|
||||||
/* Conversion notes:
|
/* Conversion notes:
|
||||||
|
|
|
@ -10,9 +10,8 @@ $(RED Warning:
|
||||||
* Source: $(DRUNTIMESRC core/sys/windows/_sqltypes.d)
|
* Source: $(DRUNTIMESRC core/sys/windows/_sqltypes.d)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
deprecated ("The ODBC 3.5 modules are deprecated. Please use the ODBC4 modules in the `etc.c.odbc` package.")
|
||||||
module core.sys.windows.sqltypes;
|
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 (Windows):
|
||||||
|
|
||||||
version (ANSI) {} else version = Unicode;
|
version (ANSI) {} else version = Unicode;
|
||||||
|
|
|
@ -10,9 +10,8 @@ $(RED Warning:
|
||||||
* Source: $(DRUNTIMESRC core/sys/windows/_sqlucode.d)
|
* Source: $(DRUNTIMESRC core/sys/windows/_sqlucode.d)
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
deprecated ("The ODBC 3.5 modules are deprecated. Please use the ODBC4 modules in the `etc.c.odbc` package.")
|
||||||
module core.sys.windows.sqlucode;
|
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 (Windows):
|
||||||
|
|
||||||
version (ANSI) {} else version = Unicode;
|
version (ANSI) {} else version = Unicode;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue