summaryrefslogtreecommitdiff
path: root/zen/long_path_prefix.h
diff options
context:
space:
mode:
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