summaryrefslogtreecommitdiff
path: root/plugins/HTTPServer/src/Glob.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/HTTPServer/src/Glob.h')
-rw-r--r--plugins/HTTPServer/src/Glob.h4
1 files changed, 2 insertions, 2 deletions
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;