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/AboutDialog.h')
-rw-r--r--[-rwxr-xr-x]CPP/7zip/UI/FileManager/AboutDialog.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/CPP/7zip/UI/FileManager/AboutDialog.h b/CPP/7zip/UI/FileManager/AboutDialog.h
index c8a4ea9b..39fd3ba7 100755..100644
--- a/CPP/7zip/UI/FileManager/AboutDialog.h
+++ b/CPP/7zip/UI/FileManager/AboutDialog.h
@@ -1,10 +1,11 @@
// AboutDialog.h
-#ifndef __ABOUTDIALOG_H
-#define __ABOUTDIALOG_H
+#ifndef __ABOUT_DIALOG_H
+#define __ABOUT_DIALOG_H
+
+#include "../../../Windows/Control/Dialog.h"
#include "AboutDialogRes.h"
-#include "Windows/Control/Dialog.h"
class CAboutDialog: public NWindows::NControl::CModalDialog
{