summaryrefslogtreecommitdiff
path: root/zen/long_path_prefix.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2015-10-02 14:56:44 +0200
committerDaniel Wilhelm <daniel@wili.li>2015-10-02 14:56:44 +0200
commitdbb46788aafdd0d55454a8be483743876c83b33e (patch)
tree28e0e00f56611c58059c053d2687289be082cf5c /zen/long_path_prefix.h
parent7.3 (diff)
downloadFreeFileSync-dbb46788aafdd0d55454a8be483743876c83b33e.tar.gz
FreeFileSync-dbb46788aafdd0d55454a8be483743876c83b33e.tar.bz2
FreeFileSync-dbb46788aafdd0d55454a8be483743876c83b33e.zip
7.4
Diffstat (limited to 'zen/long_path_prefix.h')
-rw-r--r--zen/long_path_prefix.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/zen/long_path_prefix.h b/zen/long_path_prefix.h
index 3db2722b..4b79e051 100644
--- a/zen/long_path_prefix.h
+++ b/zen/long_path_prefix.h
@@ -10,6 +10,7 @@
#include "win.h"
#include "zstring.h"
+
namespace zen
{
//handle filepaths longer-equal 260 (== MAX_PATH) characters by applying \\?\-prefix; see: http://msdn.microsoft.com/en-us/library/aa365247(VS.85).aspx#maxpath
bgstack15