Changeset 7849 for trunk/src/kernel32/dbgwrap.cpp
- Timestamp:
- Feb 9, 2002, 1:45:14 PM (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/dbgwrap.cpp
r7848 r7849 425 425 DEBUGWRAP8(GetCompressedFileSizeA); 426 426 DEBUGWRAP8(GetCompressedFileSizeW); 427 DEBUGWRAP0 (SetFileApisToANSI);428 DEBUGWRAP0 (SetFileApisToOEM);427 DEBUGWRAP0_NORET(SetFileApisToANSI); 428 DEBUGWRAP0_NORET(SetFileApisToOEM); 429 429 DEBUGWRAP8(SetFileAttributesA); 430 430 DEBUGWRAP8(SetFileAttributesW); … … 735 735 736 736 DEBUGWRAP4(DebugActiveProcess); 737 DEBUGWRAP0 (DebugBreak);737 DEBUGWRAP0_NORET(DebugBreak); 738 738 DEBUGWRAP4(OutputDebugStringA); 739 739 DEBUGWRAP4(OutputDebugStringW);
Note:
See TracChangeset
for help on using the changeset viewer.