Changeset 10190 for trunk/src/user32/dbgwrap.cpp
- Timestamp:
- Jul 31, 2003, 5:58:58 PM (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/dbgwrap.cpp
r9701 r10190 312 312 DEBUGWRAP8(GetMenuInfo) 313 313 DEBUGWRAP8(SetMenuInfo) 314 DEBUGWRAP_LVL2_12(TranslateAcceleratorA) 314 315 315 316 #undef DBG_LOCALLOG … … 448 449 449 450 #undef DBG_LOCALLOG 450 #define DBG_LOCALLOG 451 #define DBG_LOCALLOG DBG_display 451 452 DEBUGWRAP8(GetMonitorInfoW) 452 453 DEBUGWRAP8(GetMonitorInfoA) … … 479 480 480 481 #undef DBG_LOCALLOG 481 #define DBG_LOCALLOG 482 #define DBG_LOCALLOG DBG_hook 482 483 DEBUGWRAP16(CallNextHookEx) 483 484 DEBUGWRAP8(SetWindowsHookA) … … 489 490 490 491 #undef DBG_LOCALLOG 491 #define DBG_LOCALLOG 492 #define DBG_LOCALLOG DBG_windowmsg 492 493 DEBUGWRAP20(MsgWaitForMultipleObjects) 493 494 DEBUGWRAP20(BroadcastSystemMessage) … … 547 548 548 549 #undef DBG_LOCALLOG 549 #define DBG_LOCALLOG 550 #define DBG_LOCALLOG DBG_defwndproc 550 551 551 552 DEBUGWRAP_LVL2_16(DefDlgProcA) … … 560 561 561 562 #undef DBG_LOCALLOG 562 #define DBG_LOCALLOG 563 #define DBG_LOCALLOG DBG_windlg 563 564 DEBUGWRAP16(SetDlgItemInt) 564 565 DEBUGWRAP12(SetDlgItemTextA) … … 609 610 610 611 #undef DBG_LOCALLOG 611 #define DBG_LOCALLOG 612 #define DBG_LOCALLOG DBG_winmouse 612 613 DEBUGWRAP4(GetCursorPos) 613 614 DEBUGWRAP8(SetCursorPos) … … 623 624 624 625 #undef DBG_LOCALLOG 625 #define DBG_LOCALLOG 626 #define DBG_LOCALLOG DBG_caret 626 627 DEBUGWRAP16(CreateCaret) 627 628 DEBUGWRAP0(DestroyCaret) … … 662 663 663 664 #undef DBG_LOCALLOG 664 #define DBG_LOCALLOG 665 #define DBG_LOCALLOG DBG_timer 665 666 DEBUGWRAP8(KillTimer) 666 667 DEBUGWRAP16(SetTimer) … … 784 785 DEBUGWRAP8(CreateAcceleratorTableW) 785 786 DEBUGWRAP4(DestroyAcceleratorTable) 786 DEBUGWRAP12(TranslateAcceleratorA)787 787 DEBUGWRAP8(TranslateMDISysAccel) 788 788 DEBUGWRAP8(LoadAcceleratorsA)
Note:
See TracChangeset
for help on using the changeset viewer.