summaryrefslogtreecommitdiff
path: root/plugins/KeyboardNotify/flash.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-06-02 12:35:28 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-06-02 12:35:28 +0000
commite221f73e4a254a59f9c95460827dafb5b6b7e5df (patch)
tree46b17567b79894e481ddb35de6ee7af01e55da7f /plugins/KeyboardNotify/flash.h
parent54e24c4eea6734678915d8c7384f4469f7c78be5 (diff)
KeyboardNotify Unicode
git-svn-id: http://svn.miranda-ng.org/main/trunk@259 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/KeyboardNotify/flash.h')
-rw-r--r--plugins/KeyboardNotify/flash.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/KeyboardNotify/flash.h b/plugins/KeyboardNotify/flash.h
index 594cb16fd1..f60706fc76 100644
--- a/plugins/KeyboardNotify/flash.h
+++ b/plugins/KeyboardNotify/flash.h
@@ -19,10 +19,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
void RestoreLEDState(void);
BYTE getBlinkingLeds(void);
void setFlashingSequence(void);
-void useExternSequence(char *);
-char *normalizeCustomString(char *);
-char *getCurrentSequenceString(void);
-void testSequence(char *);
+void useExternSequence(TCHAR *);
+TCHAR *normalizeCustomString(TCHAR *);
+TCHAR *getCurrentSequenceString(void);
+void testSequence(TCHAR *);
void previewFlashing(BOOL);
#define LedState(a) (((BYTE)(GetKeyState(a) & 0xffff))!=0)