Fixed VS 2012/2013 compilation errors (by JMich)

- Solution and Project files for VS 2013 will follow
- It still compiles and works in VS 2005/2008/2010 :-)

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6634 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Wanne
2013-11-20 07:52:55 +00:00
parent 9607922a07
commit 874193d197
5 changed files with 17 additions and 15 deletions
+1 -1
View File
@@ -419,7 +419,7 @@ void _FailMessage(const char* message, unsigned lineNum, const char * functionNa
basicInformation << " in file " << sourceFileName << "]";
std::stringstream outputString;
outputString << "{ " << GetTickCount() << " } " << basicInformation;
outputString << "{ " << GetTickCount() << " } " << basicInformation.str();
//Build the output strings
if( message )