Undo change from "Windows" to "Win32"

This was changed in pull request 3185, for reasons unknown.  The correct
term is "Win32 device namespace".
aa365247(v=vs.85).aspx#namespaces
This commit is contained in:
Lars T. Kyllingstad 2015-05-04 16:07:14 +02:00
parent 12187d7be8
commit 4a0bdeb2ff

View file

@ -2744,7 +2744,7 @@ unittest
$(LI If $(D path) starts with $(D `\\?\`) (long UNC path), the
only requirement for the rest of the string is that it does
not contain the null character.)
$(LI If $(D path) starts with $(D `\\.\`) (Windows device namespace)
$(LI If $(D path) starts with $(D `\\.\`) (Win32 device namespace)
this function returns $(D false); such paths are beyond the scope
of this module.)
)