diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-12-05 21:35:18 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-12-05 21:35:18 +0000 |
commit | 45015c05406a60cbfa0f7e05574e1d8bc087e5c0 (patch) | |
tree | 24338ada0f44f6c73e3ef6f6422317068ff8712c | |
parent | c2ef6d844e82c333ea0bc9415567982f51a5a6a0 (diff) |
- WhenWasIt: compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@2661 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | plugins/WhenWasIt/src/dlg_handlers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/WhenWasIt/src/dlg_handlers.cpp b/plugins/WhenWasIt/src/dlg_handlers.cpp index a729eedf16..1719090ee3 100644 --- a/plugins/WhenWasIt/src/dlg_handlers.cpp +++ b/plugins/WhenWasIt/src/dlg_handlers.cpp @@ -968,7 +968,7 @@ int HandlePopupClick(HWND hWnd, int action) return 0;
}
-INT_PTR CALLBACK DlgProcPopup(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
+LRESULT CALLBACK DlgProcPopup(HWND hWnd, UINT msg, WPARAM wParam, LPARAM lParam)
{
switch (msg) {
case WM_COMMAND:
|