Skip to content

Commit

Permalink
Fix missing ')' in std.c.windows.com deprecation message.
Browse files Browse the repository at this point in the history
  • Loading branch information
H. S. Teoh committed Jan 6, 2016
1 parent 6463fb8 commit 3f6a69a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion std/c/windows/com.d
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @@@DEPRECATED_2017-06@@@

/++
$(RED Deprecated. Use $(D core.sys.windows.com instead. This module will be
$(RED Deprecated. Use $(D core.sys.windows.com) instead. This module will be
removed in June 2017.)
+/
deprecated("Import core.sys.windows.com instead")
Expand Down
2 changes: 1 addition & 1 deletion std/c/windows/stat.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
// @@@DEPRECATED_2017-06@@@

/++
$(RED Deprecated. Use $(D core.sys.windows.stat instead. This module will be
$(RED Deprecated. Use $(D core.sys.windows.stat) instead. This module will be
removed in June 2017.)
+/
deprecated("Import core.sys.windows.stat instead")
Expand Down
2 changes: 1 addition & 1 deletion std/c/windows/windows.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ States and other countries. */
// @@@DEPRECATED_2017-06@@@

/++
$(RED Deprecated. Use $(D core.sys.windows.windows instead. This module will
$(RED Deprecated. Use $(D core.sys.windows.windows) instead. This module will
be removed in June 2017.)
+/
deprecated("Import core.sys.windows.windows instead")
Expand Down
2 changes: 1 addition & 1 deletion std/c/windows/winsock.d
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// @@@DEPRECATED_2017-06@@@

/++
$(RED Deprecated. Use $(D core.sys.windows.winsock2 instead. This module
$(RED Deprecated. Use $(D core.sys.windows.winsock2) instead. This module
will be removed in June 2017.)
+/
deprecated("Import core.sys.windows.winsock2 instead")
Expand Down
2 changes: 1 addition & 1 deletion std/windows/iunknown.d
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @@@DEPRECATED_2017-06@@@

/++
$(RED Deprecated. Use $(D core.sys.windows.com instead. This module
$(RED Deprecated. Use $(D core.sys.windows.com) instead. This module
will be removed in June 2017.)
+/
deprecated("Import core.sys.windows.com instead")
Expand Down

0 comments on commit 3f6a69a

Please sign in to comment.