From 3dfe76ebba2cc8264d5548db3446587fd08f032e Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 6 Jun 2012 19:11:34 +0000 Subject: ChangeKeyboardLayout added git-svn-id: http://svn.miranda-ng.org/main/trunk@333 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ChangeKeyboardLayout/options.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 plugins/ChangeKeyboardLayout/options.h (limited to 'plugins/ChangeKeyboardLayout/options.h') diff --git a/plugins/ChangeKeyboardLayout/options.h b/plugins/ChangeKeyboardLayout/options.h new file mode 100644 index 0000000000..b91a104deb --- /dev/null +++ b/plugins/ChangeKeyboardLayout/options.h @@ -0,0 +1,9 @@ +#ifndef M_CKL_OPTIONS_H +#define M_CKL_OPTIONS_H + +#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); + +#endif \ No newline at end of file -- cgit v1.2.3