fix windows build

This commit is contained in:
Mark Vejvoda 2013-10-28 21:08:49 +00:00
parent 957fe2d09b
commit c66db8ce49
1 changed files with 1 additions and 2 deletions

View File

@ -102,8 +102,7 @@ std::string utf8_encode(const std::wstring &wstr);
std::wstring utf8_decode(const std::string &str);
std::string getRegKey(const std::string& location, const std::string& name);
void message(string message);
bool ask(string message);
void message(string message, bool isNonGraphicalModeEnabled);
void exceptionMessage(const exception &excp);
string getCommandLine();
void init_win32();