Changeset 8392 for trunk/src/kernel32/dbgwrap.cpp
- Timestamp:
- May 8, 2002, 5:02:59 PM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/dbgwrap.cpp
r7935 r8392 656 656 657 657 658 NODEF_DEBUGWRAP8(FindFirstVolumeA); 659 NODEF_DEBUGWRAP8(FindFirstVolumeW); 660 NODEF_DEBUGWRAP12(FindNextVolumeA); 661 NODEF_DEBUGWRAP12(FindNextVolumeW); 662 NODEF_DEBUGWRAP4(FindVolumeClose); 663 664 NODEF_DEBUGWRAP12(FindFirstVolumeMountPointA); 665 NODEF_DEBUGWRAP12(FindFirstVolumeMountPointW); 666 NODEF_DEBUGWRAP12(FindNextVolumeMountPointA); 667 NODEF_DEBUGWRAP12(FindNextVolumeMountPointW); 668 NODEF_DEBUGWRAP4(FindVolumeMountPointClose); 669 670 NODEF_DEBUGWRAP12(GetVolumeNameForVolumeMountPointA); 671 NODEF_DEBUGWRAP12(GetVolumeNameForVolumeMountPointW); 672 658 673 #undef DBG_LOCALLOG 659 674 #define DBG_LOCALLOG DBG_mailslot … … 719 734 DEBUGWRAP8(FatalAppExitW); 720 735 DEBUGWRAP4(FatalExit); 721 DEBUGWRAP 4(Sleep);736 DEBUGWRAP_LVL2_4(Sleep); 722 737 DEBUGWRAP8(SleepEx); 723 738 DEBUGWRAP8(WinExec);
Note:
See TracChangeset
for help on using the changeset viewer.