Removed OutputDebugString support until I can test it on a Windows machine

This commit is contained in:
Phil Nash 2011-01-19 19:20:56 +00:00
parent 5108821199
commit 6a6b346731
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ inline void writeToDebugConsole( const std::string& text )
//#else
// !TBD: Need a version for Mac/ XCode and other IDEs
std::cout << text;
#endif
//#endif
}
#endif // TWOBLUECUBES_CATCH_DEBUGGER_HPP_INCLUDED