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/text_operations.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/text_operations.h')
-rw-r--r-- | plugins/ChangeKeyboardLayout/text_operations.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/ChangeKeyboardLayout/text_operations.h b/plugins/ChangeKeyboardLayout/text_operations.h index a770e845fb..6671406f3d 100644 --- a/plugins/ChangeKeyboardLayout/text_operations.h +++ b/plugins/ChangeKeyboardLayout/text_operations.h @@ -4,13 +4,13 @@ #include "commonheaders.h"
BOOL CopyTextToClipboard(LPTSTR ptszText);
-LPTSTR GetNameOfLayout(HKL hklLayout);
+LPSTR GetNameOfLayout(HKL hklLayout);
LPTSTR GetShortNameOfLayout(HKL hklLayout);
LPTSTR GenerateLayoutString(HKL hklLayout);
LPTSTR GetLayoutString(HKL hklLayout);
HKL GetLayoutOfText(LPCTSTR ptzsInText);
LPTSTR ChangeTextCase(LPCTSTR ptszInText);
-LPTSTR ChangeTextLayout(LPCTSTR ptzsInText,HKL hklCurLay, HKL hklToLay, BOOL TwoWay);
-int ChangeLayout(HWND hTextWnd,BYTE bTextOperation,BOOL CurrentWord);
+LPTSTR ChangeTextLayout(LPCTSTR ptzsInText, HKL hklCurLay, HKL hklToLay, BOOL TwoWay);
+int ChangeLayout(HWND hTextWnd, BYTE bTextOperation, BOOL CurrentWord);
#endif
\ No newline at end of file |