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