mirror of
https://github.com/glest/glest-source.git
synced 2025-08-11 19:04:00 +02:00
fix windows build
This commit is contained in:
@@ -102,8 +102,7 @@ std::string utf8_encode(const std::wstring &wstr);
|
|||||||
std::wstring utf8_decode(const std::string &str);
|
std::wstring utf8_decode(const std::string &str);
|
||||||
std::string getRegKey(const std::string& location, const std::string& name);
|
std::string getRegKey(const std::string& location, const std::string& name);
|
||||||
|
|
||||||
void message(string message);
|
void message(string message, bool isNonGraphicalModeEnabled);
|
||||||
bool ask(string message);
|
|
||||||
void exceptionMessage(const exception &excp);
|
void exceptionMessage(const exception &excp);
|
||||||
string getCommandLine();
|
string getCommandLine();
|
||||||
void init_win32();
|
void init_win32();
|
||||||
|
Reference in New Issue
Block a user