From 6a6b346731d4626f509cd36add73794ed12ee782 Mon Sep 17 00:00:00 2001 From: Phil Nash Date: Wed, 19 Jan 2011 19:20:56 +0000 Subject: [PATCH] Removed OutputDebugString support until I can test it on a Windows machine --- internal/catch_debugger.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/catch_debugger.hpp b/internal/catch_debugger.hpp index 60d7b129..0f84041a 100644 --- a/internal/catch_debugger.hpp +++ b/internal/catch_debugger.hpp @@ -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 \ No newline at end of file