summaryrefslogtreecommitdiff
path: root/plugins/KeyboardNotify/flash.h
diff options
context:
space:
mode:
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)