Ignore:
Timestamp:
May 8, 2002, 5:02:59 PM (23 years ago)
Author:
sandervl
Message:

stubs for volume functions

File:
1 edited

Legend:

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

    r7935 r8392  
    656656
    657657
     658NODEF_DEBUGWRAP8(FindFirstVolumeA);
     659NODEF_DEBUGWRAP8(FindFirstVolumeW);
     660NODEF_DEBUGWRAP12(FindNextVolumeA);
     661NODEF_DEBUGWRAP12(FindNextVolumeW);
     662NODEF_DEBUGWRAP4(FindVolumeClose);
     663
     664NODEF_DEBUGWRAP12(FindFirstVolumeMountPointA);
     665NODEF_DEBUGWRAP12(FindFirstVolumeMountPointW);
     666NODEF_DEBUGWRAP12(FindNextVolumeMountPointA);
     667NODEF_DEBUGWRAP12(FindNextVolumeMountPointW);
     668NODEF_DEBUGWRAP4(FindVolumeMountPointClose);
     669 
     670NODEF_DEBUGWRAP12(GetVolumeNameForVolumeMountPointA);
     671NODEF_DEBUGWRAP12(GetVolumeNameForVolumeMountPointW);
     672
    658673#undef DBG_LOCALLOG
    659674#define DBG_LOCALLOG    DBG_mailslot
     
    719734DEBUGWRAP8(FatalAppExitW);
    720735DEBUGWRAP4(FatalExit);
    721 DEBUGWRAP4(Sleep);
     736DEBUGWRAP_LVL2_4(Sleep);
    722737DEBUGWRAP8(SleepEx);
    723738DEBUGWRAP8(WinExec);
Note: See TracChangeset for help on using the changeset viewer.