mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:33:07 +00:00
cmd: replace static traces by dynamic ones
svn path=/trunk/; revision=33533
This commit is contained in:
parent
bc59a11cc8
commit
2f9c333ded
23 changed files with 91 additions and 271 deletions
|
@ -37,9 +37,7 @@ PrintElapsedTime (DWORD time,INT format)
|
|||
TCHAR szMsg[RC_STRING_MAX_SIZE];
|
||||
DWORD h,m,s,ms;
|
||||
|
||||
#ifdef _DEBUG
|
||||
DebugPrintf(_T("PrintTime(%d,%d)"),time,format);
|
||||
#endif
|
||||
TRACE ("PrintElapsedTime(%d,%d)",time,format);
|
||||
|
||||
switch (format)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue