summaryrefslogtreecommitdiff
path: root/zen/long_path_prefix.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2015-10-02 14:57:46 +0200
committerDaniel Wilhelm <daniel@wili.li>2015-10-02 14:57:46 +0200
commitad4e3d2c55e75193c41356c23619f80add41db18 (patch)
treedd836d120f50e472106e04968ef8185c25e4242e /zen/long_path_prefix.h
parent7.4 (diff)
downloadFreeFileSync-ad4e3d2c55e75193c41356c23619f80add41db18.tar.gz
FreeFileSync-ad4e3d2c55e75193c41356c23619f80add41db18.tar.bz2
FreeFileSync-ad4e3d2c55e75193c41356c23619f80add41db18.zip
7.5
Diffstat (limited to 'zen/long_path_prefix.h')
-rw-r--r--zen/long_path_prefix.h6
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
*/
}
bgstack15