diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-01-22 17:55:05 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-01-22 17:55:05 +0000 |
commit | 1432ca2e089f3c1cb68baebc1b70563bc133f857 (patch) | |
tree | 50b83f4832b8e59513d15abdefcca26250cb274e /plugins/SendScreenshotPlus/src/UAboutForm.h | |
parent | bd8210d0d851e2041b4924c5166141d16d0afc9a (diff) |
fixed work with HTTPServer
git-svn-id: http://svn.miranda-ng.org/main/trunk@3235 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus/src/UAboutForm.h')
-rw-r--r-- | plugins/SendScreenshotPlus/src/UAboutForm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SendScreenshotPlus/src/UAboutForm.h b/plugins/SendScreenshotPlus/src/UAboutForm.h index 31c1d10356..c93b34c7b7 100644 --- a/plugins/SendScreenshotPlus/src/UAboutForm.h +++ b/plugins/SendScreenshotPlus/src/UAboutForm.h @@ -49,7 +49,7 @@ class TfrmAbout{ UINT m_Page;
typedef std::map<HWND, TfrmAbout *> CHandleMapping;
static CHandleMapping _HandleMapping;
- static LRESULT CALLBACK DlgTfrmAbout(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
+ static INT_PTR CALLBACK DlgTfrmAbout(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam);
LRESULT wmInitdialog(WPARAM wParam, LPARAM lParam);
LRESULT wmCommand(WPARAM wParam, LPARAM lParam);
|