Ignore:
Timestamp:
Feb 11, 2002, 12:52:14 PM (24 years ago)
Author:
sandervl
Message:

logging update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/dbgwrap.cpp

    r7860 r7863  
    672672DEBUGWRAP24(CreateThread);
    673673DEBUGWRAP4(ExitThread);
    674 DEBUGWRAP0(GetCurrentThread);
    675 DEBUGWRAP0(GetCurrentThreadId);
     674DEBUGWRAP_LVL2_0(GetCurrentThread);
     675DEBUGWRAP_LVL2_0(GetCurrentThreadId);
    676676DEBUGWRAP8(GetExitCodeThread);
    677677DEBUGWRAP8(GetThreadContext);
     
    868868DEBUGWRAP4(SetComputerNameA);
    869869DEBUGWRAP4(SetComputerNameW);
    870 DEBUGWRAP0(GetTickCount);
     870DEBUGWRAP_LVL2_0(GetTickCount);
    871871DEBUGWRAP4(GetVDMCurrentDirectories);
    872872DEBUGWRAP4(QueryPerformanceCounter);
Note: See TracChangeset for help on using the changeset viewer.