Changeset 7863 for trunk/src/kernel32/dbgwrap.cpp
- Timestamp:
- Feb 11, 2002, 12:52:14 PM (24 years ago)
- File:
-
- 1 edited
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.