summaryrefslogtreecommitdiff
path: root/lib/win32/emu.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/win32/emu.h')
-rw-r--r--lib/win32/emu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/win32/emu.h b/lib/win32/emu.h
index d5ac7e1e..e398d5f6 100644
--- a/lib/win32/emu.h
+++ b/lib/win32/emu.h
@@ -422,6 +422,7 @@ bool ConvertFromUtf8 (const std::string& rSource, std::string& rDest,
int destCodePage);
bool ConvertUtf8ToConsole(const std::string& rSource, std::string& rDest);
bool ConvertConsoleToUtf8(const std::string& rSource, std::string& rDest);
+char* ConvertFromWideString(const WCHAR* pString, unsigned int codepage);
// Utility function which returns a default config file name,
// based on the path of the current executable.