From ee8b6d3e7acadbd3bd87a1c3cfb06e7b7af88c64 Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Thu, 19 Jun 2014 20:03:37 +0000 Subject: revert unicode git-svn-id: http://svn.miranda-ng.org/main/trunk@9543 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/HTTPServer/src/Glob.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/HTTPServer/src/Glob.h') diff --git a/plugins/HTTPServer/src/Glob.h b/plugins/HTTPServer/src/Glob.h index ce61f1dc1d..f64d28d950 100644 --- a/plugins/HTTPServer/src/Glob.h +++ b/plugins/HTTPServer/src/Glob.h @@ -65,10 +65,10 @@ extern HANDLE hNetlibUser; extern bool bShutdownInProgress; bool bWriteConfigurationFile(); -void LogEvent(const TCHAR * pszTitle, const TCHAR * pszLog); +void LogEvent(const char * pszTitle, const char * pszLog); bool bOpenLogFile(); -extern TCHAR szPluginPath[MAX_PATH]; +extern char szPluginPath[MAX_PATH]; extern int nPluginPathLen; extern DWORD dwLocalIpAddress; -- cgit v1.2.3