diff --git a/druntime/src/core/sys/windows/sql.d b/druntime/src/core/sys/windows/sql.d index 58c6d42bd042..9054ce589e86 100644 --- a/druntime/src/core/sys/windows/sql.d +++ b/druntime/src/core/sys/windows/sql.d @@ -1,4 +1,7 @@ /** +$(RED Warning: + This binding is out-of-date and does not allow use on non-Windows platforms. Use `etc.c.odbc.sql` instead.) + * Windows API header module * * Translated from MinGW Windows headers @@ -6,6 +9,7 @@ * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(DRUNTIMESRC core/sys/windows/_sql.d) */ + module core.sys.windows.sql; version (Windows): diff --git a/druntime/src/core/sys/windows/sqlext.d b/druntime/src/core/sys/windows/sqlext.d index 8702cda33595..b871fbbbb841 100644 --- a/druntime/src/core/sys/windows/sqlext.d +++ b/druntime/src/core/sys/windows/sqlext.d @@ -1,4 +1,7 @@ /** +$(RED Warning: + This binding is out-of-date and does not allow use on non-Windows platforms. Use `etc.c.odbc.sqlext` instead.) + * Windows API header module * * Translated from MinGW Windows headers @@ -6,6 +9,7 @@ * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(DRUNTIMESRC core/sys/windows/_sqlext.d) */ + module core.sys.windows.sqlext; version (Windows): diff --git a/druntime/src/core/sys/windows/sqltypes.d b/druntime/src/core/sys/windows/sqltypes.d index e86834faa6de..04fac6bac6ae 100644 --- a/druntime/src/core/sys/windows/sqltypes.d +++ b/druntime/src/core/sys/windows/sqltypes.d @@ -1,4 +1,7 @@ /** +$(RED Warning: + This binding is out-of-date and does not allow use on non-Windows platforms. Use `etc.c.odbc.sqltypes` instead.) + * Windows API header module * * Translated from MinGW Windows headers @@ -6,6 +9,7 @@ * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(DRUNTIMESRC core/sys/windows/_sqltypes.d) */ + module core.sys.windows.sqltypes; version (Windows): diff --git a/druntime/src/core/sys/windows/sqlucode.d b/druntime/src/core/sys/windows/sqlucode.d index d4f03f62d941..e7ae1d276be8 100644 --- a/druntime/src/core/sys/windows/sqlucode.d +++ b/druntime/src/core/sys/windows/sqlucode.d @@ -1,4 +1,7 @@ /** +$(RED Warning: + This binding is out-of-date and does not allow use on non-Windows platforms. Use `etc.c.odbc.sqlucode` instead.) + * Windows API header module * * Translated from MinGW Windows headers @@ -6,6 +9,7 @@ * License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0) * Source: $(DRUNTIMESRC core/sys/windows/_sqlucode.d) */ + module core.sys.windows.sqlucode; version (Windows):