summaryrefslogtreecommitdiff
path: root/plugins/ConnectionNotify/src/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/ConnectionNotify/src/debug.h')
-rw-r--r--plugins/ConnectionNotify/src/debug.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/ConnectionNotify/src/debug.h b/plugins/ConnectionNotify/src/debug.h
index 90c46be0f5..3e3783dcc9 100644
--- a/plugins/ConnectionNotify/src/debug.h
+++ b/plugins/ConnectionNotify/src/debug.h
@@ -4,7 +4,6 @@
#include <windows.h>
#include <stdio.h>
-#include <tchar.h>
-void _OutputDebugString(TCHAR* lpOutputString, ...);
+void _OutputDebugString(wchar_t* lpOutputString, ...);
#endif \ No newline at end of file