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/7zip/UI/FileManager/PropertyName.h')
-rw-r--r--[-rwxr-xr-x]CPP/7zip/UI/FileManager/PropertyName.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/CPP/7zip/UI/FileManager/PropertyName.h b/CPP/7zip/UI/FileManager/PropertyName.h
index 95e9dc9b..4f0d6dc1 100755..100644
--- a/CPP/7zip/UI/FileManager/PropertyName.h
+++ b/CPP/7zip/UI/FileManager/PropertyName.h
@@ -1,9 +1,9 @@
// PropertyName.h
-#ifndef __PROPERTYNAME_H
-#define __PROPERTYNAME_H
+#ifndef __PROPERTY_NAME_H
+#define __PROPERTY_NAME_H
-#include "Common/MyString.h"
+#include "../../../Common/MyString.h"
UString GetNameOfProperty(PROPID propID, const wchar_t *name);