aboutsummaryrefslogtreecommitdiff
path: root/CPP/Windows/FileSystem.cpp
diff options
context:
space:
mode:
authorIgor Pavlov <87184205+ip7z@users.noreply.github.com>2026-06-25 00:00:00 +0000
committerIgor Pavlov <87184205+ip7z@users.noreply.github.com>2026-06-26 11:00:29 +0500
commitf9d78aff31a5f2521ae7ddbdc97c4a8855808959 (patch)
treebf7e13577f75aa4c7c56af1153d6fa15c6052445 /CPP/Windows/FileSystem.cpp
parent8c63d71ff886bda90c86db28466287f977374237 (diff)
download7zip-f9d78aff31a5f2521ae7ddbdc97c4a8855808959.tar.gz
7zip-f9d78aff31a5f2521ae7ddbdc97c4a8855808959.tar.bz2
7zip-f9d78aff31a5f2521ae7ddbdc97c4a8855808959.zip
Diffstat (limited to 'CPP/Windows/FileSystem.cpp')
-rw-r--r--CPP/Windows/FileSystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/CPP/Windows/FileSystem.cpp b/CPP/Windows/FileSystem.cpp
index b402306..6cb9808 100644
--- a/CPP/Windows/FileSystem.cpp
+++ b/CPP/Windows/FileSystem.cpp
@@ -9,7 +9,7 @@
9#endif 9#endif
10 10
11#include "FileSystem.h" 11#include "FileSystem.h"
12#include "Defs.h" 12#include "WinDefs.h"
13 13
14#ifndef _UNICODE 14#ifndef _UNICODE
15extern bool g_IsNT; 15extern bool g_IsNT;