auriamg / stk-code

The code base of supertuxkart
Other
0 stars 0 forks source link

STK doesn't compile with vc2010 #935

Closed auriamg closed 10 years ago

auriamg commented 10 years ago

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 ';'