Closed supertuxkart-sourceforge-migration closed 10 years ago
Author: deveee
It has problem with this line in crash_reporting: _Outwrites(maxStringLength) PSTR outputString,
2> crash_reporting.cpp 2>..\src\utils\crash_reporting.cpp(75): error C2061: syntax error : identifier '_Outwrites' 2>..\src\utils\crash_reporting.cpp(78): error C2059: syntax error : ')' 2>..\src\utils\crash_reporting.cpp(78): error C2143: syntax error : missing ')' before ';'
Author: deveee Fixed by funto in r14619.
Author: deveee
It has problem with this line in crash_reporting: _Outwrites(maxStringLength) PSTR outputString,
2> crash_reporting.cpp 2>..\src\utils\crash_reporting.cpp(75): error C2061: syntax error : identifier '_Outwrites' 2>..\src\utils\crash_reporting.cpp(78): error C2059: syntax error : ')' 2>..\src\utils\crash_reporting.cpp(78): error C2143: syntax error : missing ')' before ';'