Changeset 8397 for trunk/src/kernel32/dbgwrap.cpp
- Timestamp:
- May 9, 2002, 3:55:35 PM (23 years ago)
- File:
-
- 1 edited
-
trunk/src/kernel32/dbgwrap.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/dbgwrap.cpp
r8392 r8397 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); 658 DEBUGWRAP8(FindFirstVolumeA); 659 DEBUGWRAP8(FindFirstVolumeW); 660 DEBUGWRAP12(FindNextVolumeA); 661 DEBUGWRAP12(FindNextVolumeW); 662 DEBUGWRAP4(FindVolumeClose); 663 DEBUGWRAP12(FindFirstVolumeMountPointA); 664 DEBUGWRAP12(FindFirstVolumeMountPointW); 665 DEBUGWRAP12(FindNextVolumeMountPointA); 666 DEBUGWRAP12(FindNextVolumeMountPointW); 667 DEBUGWRAP4(FindVolumeMountPointClose); 668 DEBUGWRAP12(GetVolumeNameForVolumeMountPointA); 669 DEBUGWRAP12(GetVolumeNameForVolumeMountPointW); 672 670 673 671 #undef DBG_LOCALLOG
Note:
See TracChangeset
for help on using the changeset viewer.
