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:
authorIgor Pavlov <ipavlov@users.sourceforge.net>2015-08-16 03:00:00 +0300
committerKornel LesiƄski <kornel@geekhood.net>2016-05-28 02:16:55 +0300
commitcba375916fb18db8b9101aedf4fa079e019311b3 (patch)
tree6275ae5fc2a8dd337ab0327180c871807e6ba5d4 /CPP/7zip/UI/GUI
parent54490d51d5c6b0d794dcbad2d634d4c95fc25b6c (diff)
15.0615.06
Diffstat (limited to 'CPP/7zip/UI/GUI')
-rw-r--r--CPP/7zip/UI/GUI/BenchmarkDialog.cpp2
-rw-r--r--CPP/7zip/UI/GUI/GUI.cpp4
-rw-r--r--CPP/7zip/UI/GUI/StdAfx.h6
3 files changed, 9 insertions, 3 deletions
diff --git a/CPP/7zip/UI/GUI/BenchmarkDialog.cpp b/CPP/7zip/UI/GUI/BenchmarkDialog.cpp
index 2f118846..db4b1378 100644
--- a/CPP/7zip/UI/GUI/BenchmarkDialog.cpp
+++ b/CPP/7zip/UI/GUI/BenchmarkDialog.cpp
@@ -114,7 +114,7 @@ bool CBenchmarkDialog::OnInit()
// f.lfFaceName[0] = 0;
_font.Create(&f);
if (_font._font)
- _consoleEdit.SendMessage(WM_SETFONT, (WPARAM)_font._font, TRUE);
+ _consoleEdit.SendMsg(WM_SETFONT, (WPARAM)_font._font, TRUE);
}
{
diff --git a/CPP/7zip/UI/GUI/GUI.cpp b/CPP/7zip/UI/GUI/GUI.cpp
index 134ac021..0f3cde94 100644
--- a/CPP/7zip/UI/GUI/GUI.cpp
+++ b/CPP/7zip/UI/GUI/GUI.cpp
@@ -2,6 +2,10 @@
#include "StdAfx.h"
+#include "../../../Common/MyWindows.h"
+
+#include <shlwapi.h>
+
#include "../../../../C/Alloc.h"
#include "../../../Common/MyInitGuid.h"
diff --git a/CPP/7zip/UI/GUI/StdAfx.h b/CPP/7zip/UI/GUI/StdAfx.h
index 9e322f96..64290769 100644
--- a/CPP/7zip/UI/GUI/StdAfx.h
+++ b/CPP/7zip/UI/GUI/StdAfx.h
@@ -9,9 +9,11 @@
#include "../../../Common/Common.h"
+// #include "../../../Common/MyWindows.h"
+
// #include <commctrl.h>
-#include <ShlObj.h>
-#include <shlwapi.h>
+// #include <ShlObj.h>
+// #include <shlwapi.h>
// #define printf(x) NO_PRINTF_(x)
// #define sprintf(x) NO_SPRINTF_(x)