[8390] Fixed log output work after recent replace UTF8PRINT macro.

This commit is contained in:
VladimirMangos 2009-08-19 01:56:20 +04:00
parent 35121cdd34
commit 0ae528775d
4 changed files with 55 additions and 25 deletions

View file

@ -284,6 +284,7 @@ bool utf8ToConsole(const std::string& utf8str, std::string& conStr);
bool consoleToUtf8(const std::string& conStr,std::string& utf8str);
bool Utf8FitTo(const std::string& str, std::wstring search);
void utf8printf(FILE *out, const char *str, ...);
void vutf8printf(FILE *out, const char *str, va_list* ap);
bool IsIPAddress(char const* ipaddress);
uint32 CreatePIDFile(const std::string& filename);