mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 02:43:57 +02:00
- fix win32 build
- cleanup a lot of win32 compiler warnings
This commit is contained in:
@@ -26,7 +26,7 @@ namespace Shared{ namespace Platform{
|
||||
|
||||
LPWSTR Ansi2WideString(LPCSTR lpaszString);
|
||||
std::string utf8_encode(const std::wstring wstr);
|
||||
std::wstring utf8_decode(const std::string str);
|
||||
std::wstring utf8_decode(const std::string &str);
|
||||
|
||||
class megaglest_runtime_error : public runtime_error {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user