diff options
author | fcolin | 2007-02-01 13:02:18 +0000 |
---|---|---|
committer | fcolin | 2007-02-01 13:02:18 +0000 |
commit | 0536628097ae079c89a9d58f02437ada072ea3aa (patch) | |
tree | e26d45aa28b448a07465d59140cc32f5fb9dece4 /Bus/Ivy/IvyStdAfx.cpp | |
parent | bf4765d47b3c5968147eea7f5be33c6a46d8ee26 (diff) | |
download | ivy-cplusplus-0536628097ae079c89a9d58f02437ada072ea3aa.zip ivy-cplusplus-0536628097ae079c89a9d58f02437ada072ea3aa.tar.gz ivy-cplusplus-0536628097ae079c89a9d58f02437ada072ea3aa.tar.bz2 ivy-cplusplus-0536628097ae079c89a9d58f02437ada072ea3aa.tar.xz |
Utilisateur : Fcolin Date : 14/02/01 Heure : 18:47 Archivé dans $/Ivy (vss 3)
Diffstat (limited to 'Bus/Ivy/IvyStdAfx.cpp')
-rw-r--r-- | Bus/Ivy/IvyStdAfx.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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
|