diff options
Diffstat (limited to 'plugins/Watrack_MPD/src/stdafx.h')
-rwxr-xr-x | plugins/Watrack_MPD/src/stdafx.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Watrack_MPD/src/stdafx.h b/plugins/Watrack_MPD/src/stdafx.h index ae1ef95c07..f339704541 100755 --- a/plugins/Watrack_MPD/src/stdafx.h +++ b/plugins/Watrack_MPD/src/stdafx.h @@ -36,7 +36,7 @@ extern HINSTANCE hInst;
extern HANDLE ghNetlibUser;
extern BOOL bWatrackService;
-extern TCHAR *gbHost, *gbPassword;
+extern wchar_t *gbHost, *gbPassword;
extern WORD gbPort;
extern char *date();
|