summaryrefslogtreecommitdiff
path: root/Ivy/IvyStdAfx.cpp
diff options
context:
space:
mode:
authorfcolin2007-02-01 13:02:18 +0000
committerfcolin2007-02-01 13:02:18 +0000
commit1dae5ed0fca313c60b4c387dbbb54dd5820fcb0f (patch)
tree3507e4961d02e23d72b5de72978aff712b56b3b6 /Ivy/IvyStdAfx.cpp
parent681c212050da8dfafefeaec363dd054cca914819 (diff)
downloadivy-cplusplus-1dae5ed0fca313c60b4c387dbbb54dd5820fcb0f.zip
ivy-cplusplus-1dae5ed0fca313c60b4c387dbbb54dd5820fcb0f.tar.gz
ivy-cplusplus-1dae5ed0fca313c60b4c387dbbb54dd5820fcb0f.tar.bz2
ivy-cplusplus-1dae5ed0fca313c60b4c387dbbb54dd5820fcb0f.tar.xz
Utilisateur : Fcolin Date : 14/02/01 Heure : 18:47 Archivé dans $/Ivy (vss 3)
Diffstat (limited to 'Ivy/IvyStdAfx.cpp')
-rw-r--r--Ivy/IvyStdAfx.cpp2
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