Ignore:
Timestamp:
Feb 9, 2002, 1:45:14 PM (24 years ago)
Author:
sandervl
Message:

logging updates

File:
1 edited

Legend:

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

    r7848 r7849  
    425425DEBUGWRAP8(GetCompressedFileSizeA);
    426426DEBUGWRAP8(GetCompressedFileSizeW);
    427 DEBUGWRAP0(SetFileApisToANSI);
    428 DEBUGWRAP0(SetFileApisToOEM);
     427DEBUGWRAP0_NORET(SetFileApisToANSI);
     428DEBUGWRAP0_NORET(SetFileApisToOEM);
    429429DEBUGWRAP8(SetFileAttributesA);
    430430DEBUGWRAP8(SetFileAttributesW);
     
    735735
    736736DEBUGWRAP4(DebugActiveProcess);
    737 DEBUGWRAP0(DebugBreak);
     737DEBUGWRAP0_NORET(DebugBreak);
    738738DEBUGWRAP4(OutputDebugStringA);
    739739DEBUGWRAP4(OutputDebugStringW);
Note: See TracChangeset for help on using the changeset viewer.