mirror of
https://github.com/glest/glest-source.git
synced 2025-08-08 17:36:30 +02:00
- attempt to get non ascii file paths working in megaglest (Japanese etc...)
This commit is contained in:
@@ -28,6 +28,10 @@ namespace Shared{ namespace Platform{
|
||||
// class PlatformExceptionHandler
|
||||
// =====================================================
|
||||
|
||||
LPWSTR Ansi2WideString(LPCSTR lpaszString);
|
||||
std::string utf8_encode(const std::wstring &wstr);
|
||||
std::wstring utf8_decode(const std::string &str);
|
||||
|
||||
LONG WINAPI UnhandledExceptionFilter2(struct _EXCEPTION_POINTERS *ExceptionInfo);
|
||||
|
||||
class PlatformExceptionHandler{
|
||||
|
Reference in New Issue
Block a user