mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
Fix deprecation message.
This commit is contained in:
parent
d1d6c60a12
commit
a0581f2538
1 changed files with 4 additions and 1 deletions
|
@ -11,7 +11,6 @@ $(RED Warning:
|
|||
*/
|
||||
|
||||
module core.sys.windows.sqltypes;
|
||||
deprecated ("The ODBC 3.5 modules are deprecated. Please use the ODBC4 modules in the `etc.c.odbc` package."):
|
||||
version (Windows):
|
||||
|
||||
version (ANSI) {} else version = Unicode;
|
||||
|
@ -71,6 +70,10 @@ alias long ODBCINT64, SQLBIGINT;
|
|||
alias ulong SQLUBIGINT;
|
||||
//}
|
||||
|
||||
//Everything above this line may by used by odbcinst.d
|
||||
//Everything below this line is deprecated
|
||||
deprecated ("The ODBC 3.5 modules are deprecated. Please use the ODBC4 modules in the `etc.c.odbc` package."):
|
||||
|
||||
struct DATE_STRUCT {
|
||||
SQLSMALLINT year;
|
||||
SQLUSMALLINT month;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue