Fix deprecation message.

This commit is contained in:
Adam Wilson 2025-02-23 16:58:46 -08:00
parent d1d6c60a12
commit a0581f2538

View file

@ -11,7 +11,6 @@ $(RED Warning:
*/ */
module core.sys.windows.sqltypes; 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 (Windows):
version (ANSI) {} else version = Unicode; version (ANSI) {} else version = Unicode;
@ -71,6 +70,10 @@ alias long ODBCINT64, SQLBIGINT;
alias ulong SQLUBIGINT; 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 { struct DATE_STRUCT {
SQLSMALLINT year; SQLSMALLINT year;
SQLUSMALLINT month; SQLUSMALLINT month;