diff options
author | George Hazan <george.hazan@gmail.com> | 2012-06-10 10:00:18 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2012-06-10 10:00:18 +0000 |
commit | 3730671c0735c834098e24d9b03a501e521e0c90 (patch) | |
tree | 9531cc8cc45801420272e78c6f4333b90dec47d6 /plugins/ChangeKeyboardLayout/options.h | |
parent | 9a452de527d55caed4dfdb01f8fc3d549d9be5b3 (diff) |
- valid type conversions
git-svn-id: http://svn.miranda-ng.org/main/trunk@375 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ChangeKeyboardLayout/options.h')
-rw-r--r-- | plugins/ChangeKeyboardLayout/options.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/ChangeKeyboardLayout/options.h b/plugins/ChangeKeyboardLayout/options.h index b91a104deb..bcf46a244b 100644 --- a/plugins/ChangeKeyboardLayout/options.h +++ b/plugins/ChangeKeyboardLayout/options.h @@ -3,7 +3,7 @@ #include "commonheaders.h"
-int CALLBACK DlgMainProcOptions(HWND hWnd, UINT uiMessage, WPARAM wParam, LPARAM lParam);
-int CALLBACK DlgPopupsProcOptions(HWND hWnd, UINT uiMessage, WPARAM wParam, LPARAM lParam);
+INT_PTR CALLBACK DlgMainProcOptions(HWND hWnd, UINT uiMessage, WPARAM wParam, LPARAM lParam);
+INT_PTR CALLBACK DlgPopupsProcOptions(HWND hWnd, UINT uiMessage, WPARAM wParam, LPARAM lParam);
#endif
\ No newline at end of file |