- Timestamp:
- Aug 4, 2003, 11:20:13 AM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/kernel32/dbgwrap.cpp
r10176 r10202 214 214 215 215 #undef DBG_LOCALLOG 216 #define DBG_LOCALLOG 216 #define DBG_LOCALLOG DBG_directory 217 217 218 218 DEBUGWRAP24(SearchPathA); … … 304 304 DEBUGWRAP_LVL2_8(lstrlenAtoW); 305 305 DEBUGWRAP_LVL2_8(lstrlenWtoA); 306 DEBUGWRAP_LVL2_8(lstrtrunc); 306 307 307 308 #undef DBG_LOCALLOG … … 363 364 364 365 #undef DBG_LOCALLOG 365 #define DBG_LOCALLOG 366 #define DBG_LOCALLOG DBG_profile 366 367 367 368 DEBUGWRAP12(WritePrivateProfileSectionA); … … 396 397 397 398 #undef DBG_LOCALLOG 398 #define DBG_LOCALLOG 399 #define DBG_LOCALLOG DBG_atom 399 400 400 401 DEBUGWRAP4(AddAtomA); … … 506 507 507 508 #undef DBG_LOCALLOG 508 #define DBG_LOCALLOG 509 #define DBG_LOCALLOG DBG_environ 509 510 510 511 DEBUGWRAP0(GetEnvironmentStringsA); … … 521 522 522 523 #undef DBG_LOCALLOG 523 #define DBG_LOCALLOG 524 #define DBG_LOCALLOG DBG_resource 524 525 525 526 DEBUGWRAP12(VerLanguageNameA); … … 548 549 549 550 #undef DBG_LOCALLOG 550 #define DBG_LOCALLOG 551 #define DBG_LOCALLOG DBG_heap 551 552 552 553 DEBUGWRAP_LVL2_8(LocalAlloc); … … 588 589 589 590 #undef DBG_LOCALLOG 590 #define DBG_LOCALLOG 591 #define DBG_LOCALLOG DBG_npipe 591 592 592 593 DEBUGWRAP28(GetNamedPipeHandleStateA); … … 608 609 609 610 #undef DBG_LOCALLOG 610 #define DBG_LOCALLOG 611 #define DBG_LOCALLOG DBG_event 611 612 612 613 DEBUGWRAP16(CreateEventA); … … 624 625 625 626 #undef DBG_LOCALLOG 626 #define DBG_LOCALLOG 627 #define DBG_LOCALLOG DBG_mutex 627 628 628 629 DEBUGWRAP12(CreateMutexA); … … 634 635 635 636 #undef DBG_LOCALLOG 636 #define DBG_LOCALLOG 637 #define DBG_LOCALLOG DBG_semaphore 637 638 DEBUGWRAP12(OpenSemaphoreA); 638 639 DEBUGWRAP12(OpenSemaphoreW); … … 744 745 745 746 #undef DBG_LOCALLOG 746 #define DBG_LOCALLOG 747 #define DBG_LOCALLOG DBG_debug 747 748 748 749 DEBUGWRAP4(DebugActiveProcess); … … 756 757 757 758 #undef DBG_LOCALLOG 758 #define DBG_LOCALLOG 759 #define DBG_LOCALLOG DBG_nls 759 760 DEBUGWRAP0(GetACP); 760 761 DEBUGWRAP8(GetCPInfo); … … 791 792 792 793 #undef DBG_LOCALLOG 793 #define DBG_LOCALLOG 794 #define DBG_LOCALLOG DBG_time 794 795 DEBUGWRAP4(GetTimeZoneInformation); 795 796 DEBUGWRAP12(DosDateTimeToFileTime); 796 797 DEBUGWRAP4(GetSystemTime); 797 798 DEBUGWRAP12(GetSystemTimeAdjustment); 798 DEBUGWRAP4 (GetSystemTimeAsFileTime);799 DEBUGWRAP4_NORET(GetSystemTimeAsFileTime); 799 800 DEBUGWRAP4_NORET(GetLocalTime); 800 801 DEBUGWRAP4(SetLocalTime); … … 815 816 816 817 #undef DBG_LOCALLOG 817 #define DBG_LOCALLOG 818 #define DBG_LOCALLOG DBG_critsection 818 819 DEBUGWRAP_LVL2_4(DeleteCriticalSection); 819 820 DEBUGWRAP_LVL2_4(EnterCriticalSection);
Note:
See TracChangeset
for help on using the changeset viewer.