Ignore:
Timestamp:
Jul 31, 2003, 5:58:58 PM (22 years ago)
Author:
sandervl
Message:

KOMH: DBCS updates/fixes

File:
1 edited

Legend:

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

    r9701 r10190  
    312312DEBUGWRAP8(GetMenuInfo)
    313313DEBUGWRAP8(SetMenuInfo)
     314DEBUGWRAP_LVL2_12(TranslateAcceleratorA)
    314315
    315316#undef DBG_LOCALLOG
     
    448449
    449450#undef DBG_LOCALLOG
    450 #define DBG_LOCALLOG    DBG_display
     451#define DBG_LOCALLOG    DBG_display
    451452DEBUGWRAP8(GetMonitorInfoW)
    452453DEBUGWRAP8(GetMonitorInfoA)
     
    479480
    480481#undef DBG_LOCALLOG
    481 #define DBG_LOCALLOG    DBG_hook
     482#define DBG_LOCALLOG    DBG_hook
    482483DEBUGWRAP16(CallNextHookEx)
    483484DEBUGWRAP8(SetWindowsHookA)
     
    489490
    490491#undef DBG_LOCALLOG
    491 #define DBG_LOCALLOG    DBG_windowmsg
     492#define DBG_LOCALLOG    DBG_windowmsg
    492493DEBUGWRAP20(MsgWaitForMultipleObjects)
    493494DEBUGWRAP20(BroadcastSystemMessage)
     
    547548
    548549#undef DBG_LOCALLOG
    549 #define DBG_LOCALLOG    DBG_defwndproc
     550#define DBG_LOCALLOG    DBG_defwndproc
    550551
    551552DEBUGWRAP_LVL2_16(DefDlgProcA)
     
    560561
    561562#undef DBG_LOCALLOG
    562 #define DBG_LOCALLOG    DBG_windlg
     563#define DBG_LOCALLOG    DBG_windlg
    563564DEBUGWRAP16(SetDlgItemInt)
    564565DEBUGWRAP12(SetDlgItemTextA)
     
    609610
    610611#undef DBG_LOCALLOG
    611 #define DBG_LOCALLOG    DBG_winmouse
     612#define DBG_LOCALLOG    DBG_winmouse
    612613DEBUGWRAP4(GetCursorPos)
    613614DEBUGWRAP8(SetCursorPos)
     
    623624
    624625#undef DBG_LOCALLOG
    625 #define DBG_LOCALLOG    DBG_caret
     626#define DBG_LOCALLOG    DBG_caret
    626627DEBUGWRAP16(CreateCaret)
    627628DEBUGWRAP0(DestroyCaret)
     
    662663
    663664#undef DBG_LOCALLOG
    664 #define DBG_LOCALLOG    DBG_timer
     665#define DBG_LOCALLOG    DBG_timer
    665666DEBUGWRAP8(KillTimer)
    666667DEBUGWRAP16(SetTimer)
     
    784785DEBUGWRAP8(CreateAcceleratorTableW)
    785786DEBUGWRAP4(DestroyAcceleratorTable)
    786 DEBUGWRAP12(TranslateAcceleratorA)
    787787DEBUGWRAP8(TranslateMDISysAccel)
    788788DEBUGWRAP8(LoadAcceleratorsA)
Note: See TracChangeset for help on using the changeset viewer.