diff options
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);
|