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 'Windows/Control/PropertyPage.h')
-rwxr-xr-xWindows/Control/PropertyPage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Windows/Control/PropertyPage.h b/Windows/Control/PropertyPage.h
index 94a0e99d..aec613df 100755
--- a/Windows/Control/PropertyPage.h
+++ b/Windows/Control/PropertyPage.h
@@ -9,7 +9,7 @@
namespace NWindows {
namespace NControl {
-BOOL APIENTRY ProperyPageProcedure(HWND dialogHWND, UINT message, UINT wParam, LONG lParam);
+INT_PTR APIENTRY ProperyPageProcedure(HWND dialogHWND, UINT message, WPARAM wParam, LPARAM lParam);
class CPropertyPage: public CDialog
{