Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'CPP/Windows/Window.cpp')
-rw-r--r--[-rwxr-xr-x]CPP/Windows/Window.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/CPP/Windows/Window.cpp b/CPP/Windows/Window.cpp
index 3ad29e6d..f1d4d95b 100755..100644
--- a/CPP/Windows/Window.cpp
+++ b/CPP/Windows/Window.cpp
@@ -3,9 +3,9 @@
#include "StdAfx.h"
#ifndef _UNICODE
-#include "Common/StringConvert.h"
+#include "../Common/StringConvert.h"
#endif
-#include "Windows/Window.h"
+#include "Window.h"
#ifndef _UNICODE
extern bool g_IsNT;