- fix windows build and better automation for building steam shim

This commit is contained in:
SoftCoder
2017-10-09 23:53:43 -07:00
parent ffe6e5462d
commit ab3b70f36a
3 changed files with 33 additions and 6 deletions

View File

@@ -102,7 +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 isNonGraphicalModeEnabled,string writepath);
void message(string message, bool isNonGraphicalModeEnabled,const string &writepath);
void exceptionMessage(const exception &excp);
string getCommandLine();
void init_win32();