diff options
-rw-r--r-- | Ivy/IvyStdAfx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ivy/IvyStdAfx.cpp b/Ivy/IvyStdAfx.cpp index fa5d17b..a7b35f2 100644 --- a/Ivy/IvyStdAfx.cpp +++ b/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
|