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/COM.h')
-rw-r--r--[-rwxr-xr-x]CPP/Windows/COM.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/CPP/Windows/COM.h b/CPP/Windows/COM.h
index 506bbbc6..eedcfa9d 100755..100644
--- a/CPP/Windows/COM.h
+++ b/CPP/Windows/COM.h
@@ -3,7 +3,7 @@
#ifndef __WINDOWS_COM_H
#define __WINDOWS_COM_H
-#include "Common/MyString.h"
+#include "../Common/MyString.h"
namespace NWindows {
namespace NCOM {
@@ -63,7 +63,6 @@ HRESULT StringToGUIDA(const char *string, GUID &classID);
#define StringToGUID StringToGUIDA
#endif
-
}}
#endif