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