diff options
Diffstat (limited to 'zen/long_path_prefix.h')
-rw-r--r-- | zen/long_path_prefix.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zen/long_path_prefix.h b/zen/long_path_prefix.h index 4b79e051..6f6ebfdc 100644 --- a/zen/long_path_prefix.h +++ b/zen/long_path_prefix.h @@ -30,9 +30,9 @@ Zstring ntPathToWin32Path(const Zstring& path); //noexcept http://msdn.microsoft.com/en-us/library/windows/desktop/aa365247%28v=vs.85%29.aspx#NT_Namespaces As used by GetModuleFileNameEx() and symlinks (FSCTL_GET_REPARSE_POINT): - E.g.: - \??\C:\folder -> C:\folder - \SystemRoot -> C:\Windows + E.g.: + \??\C:\folder -> C:\folder + \SystemRoot -> C:\Windows */ } |