- Timestamp:
 - Feb 11, 2002, 12:52:14 PM (24 years ago)
 - Location:
 - trunk/src/kernel32
 - Files:
 - 
      
- 1 deleted
 - 1 edited
 
- 
          
  dbgwrap.cpp (modified) (2 diffs)
 - 
          
  dbgwrap.h (deleted)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/kernel32/dbgwrap.cpp
r7860 r7863 672 672 DEBUGWRAP24(CreateThread); 673 673 DEBUGWRAP4(ExitThread); 674 DEBUGWRAP 0(GetCurrentThread);675 DEBUGWRAP 0(GetCurrentThreadId);674 DEBUGWRAP_LVL2_0(GetCurrentThread); 675 DEBUGWRAP_LVL2_0(GetCurrentThreadId); 676 676 DEBUGWRAP8(GetExitCodeThread); 677 677 DEBUGWRAP8(GetThreadContext); … … 868 868 DEBUGWRAP4(SetComputerNameA); 869 869 DEBUGWRAP4(SetComputerNameW); 870 DEBUGWRAP 0(GetTickCount);870 DEBUGWRAP_LVL2_0(GetTickCount); 871 871 DEBUGWRAP4(GetVDMCurrentDirectories); 872 872 DEBUGWRAP4(QueryPerformanceCounter);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  