diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-06 19:11:34 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-06 19:11:34 +0000 |
commit | 3dfe76ebba2cc8264d5548db3446587fd08f032e (patch) | |
tree | 6354fc3c57cf56b182d0b3e58654f6855fa71d8c /plugins/ChangeKeyboardLayout/options.h | |
parent | 46a53191c1ad11a41c948594e972568e62d155b4 (diff) |
ChangeKeyboardLayout added
git-svn-id: http://svn.miranda-ng.org/main/trunk@333 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ChangeKeyboardLayout/options.h')
-rw-r--r-- | plugins/ChangeKeyboardLayout/options.h | 9 |
1 files changed, 9 insertions, 0 deletions
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 |