Ignore:
Timestamp:
May 9, 2002, 3:55:35 PM (23 years ago)
Author:
sandervl
Message:

volume api updates (LVM)

File:
1 edited

Legend:

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

    r8392 r8397  
    656656
    657657
    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);
     658DEBUGWRAP8(FindFirstVolumeA);
     659DEBUGWRAP8(FindFirstVolumeW);
     660DEBUGWRAP12(FindNextVolumeA);
     661DEBUGWRAP12(FindNextVolumeW);
     662DEBUGWRAP4(FindVolumeClose);
     663DEBUGWRAP12(FindFirstVolumeMountPointA);
     664DEBUGWRAP12(FindFirstVolumeMountPointW);
     665DEBUGWRAP12(FindNextVolumeMountPointA);
     666DEBUGWRAP12(FindNextVolumeMountPointW);
     667DEBUGWRAP4(FindVolumeMountPointClose);
     668DEBUGWRAP12(GetVolumeNameForVolumeMountPointA);
     669DEBUGWRAP12(GetVolumeNameForVolumeMountPointW);
    672670
    673671#undef DBG_LOCALLOG
Note: See TracChangeset for help on using the changeset viewer.