Ignore:
Timestamp:
Dec 26, 2001, 12:35:39 PM (24 years ago)
Author:
sandervl
Message:

WM_CTLCOLOR fix for buttonsbutton.cpp

File:
1 edited

Legend:

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

    r7516 r7683  
    1 /* $Id: menu.cpp,v 1.43 2001-12-01 16:02:16 sandervl Exp $*/
     1/* $Id: menu.cpp,v 1.44 2001-12-26 11:35:39 sandervl Exp $*/
    22/*
    33 * Menu functions
     
    44364436                                  LPMENUITEMINFOA lpmii)
    44374437{
    4438     dprintf(("USER32: GetMenuItemInfoA"));
     4438    dprintf(("USER32: GetMenuItemInfoA %x %d %d %x", hmenu, item, bypos, lpmii));
    44394439
    44404440    return GetMenuItemInfo_common (hmenu, item, bypos, lpmii, FALSE);
     
    44474447                                  LPMENUITEMINFOW lpmii)
    44484448{
    4449     dprintf(("USER32: GetMenuItemInfoW"));
     4449    dprintf(("USER32: GetMenuItemInfoW %x %d %d %x", hmenu, item, bypos, lpmii));
    44504450
    44514451    return GetMenuItemInfo_common (hmenu, item, bypos,
Note: See TracChangeset for help on using the changeset viewer.