From 0536628097ae079c89a9d58f02437ada072ea3aa Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 13:02:18 +0000 Subject: Utilisateur : Fcolin Date : 14/02/01 Heure : 18:47 Archivé dans $/Ivy (vss 3) --- Bus/Ivy/IvyStdAfx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Bus/Ivy') diff --git a/Bus/Ivy/IvyStdAfx.cpp b/Bus/Ivy/IvyStdAfx.cpp index fa5d17b..a7b35f2 100644 --- a/Bus/Ivy/IvyStdAfx.cpp +++ b/Bus/Ivy/IvyStdAfx.cpp @@ -14,7 +14,7 @@ void DebugTrace ( const char *fmt , ... ) va_start( args, fmt ); vsprintf( buffer, fmt, args ); va_end( args ); -// OutputDebugStringA( buffer ); + OutputDebugStringA( buffer ); } #ifdef WIN32 #ifdef _DEBUG -- cgit v1.1