diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2014-06-14 22:35:16 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2014-06-14 22:35:16 +0000 |
commit | 3942df7207beeb9f2fc08a6deb1d375badbe066a (patch) | |
tree | 10cff5e3f6b525410e00207d05578b30025c7d9f /plugins/HTTPServer/src/Glob.h | |
parent | c5fb4140e75fe56e24caa98fda1f13b14955efe9 (diff) |
plugin unicoded
git-svn-id: http://svn.miranda-ng.org/main/trunk@9488 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/HTTPServer/src/Glob.h')
-rw-r--r-- | plugins/HTTPServer/src/Glob.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/HTTPServer/src/Glob.h b/plugins/HTTPServer/src/Glob.h index f64d28d950..ce61f1dc1d 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 char * pszTitle, const char * pszLog);
+void LogEvent(const TCHAR * pszTitle, const TCHAR * pszLog);
bool bOpenLogFile();
-extern char szPluginPath[MAX_PATH];
+extern TCHAR szPluginPath[MAX_PATH];
extern int nPluginPathLen;
extern DWORD dwLocalIpAddress;
|