Ignore:
Timestamp:
Sep 19, 2001, 11:10:13 AM (24 years ago)
Author:
sandervl
Message:

GetLastActivePopup update + DIALOG_IsAccelerator fix

File:
1 edited

Legend:

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

    r5935 r6751  
    1 /* $Id: windlgmsg.cpp,v 1.9 2001-06-09 14:50:25 sandervl Exp $ */
     1/* $Id: windlgmsg.cpp,v 1.10 2001-09-19 09:10:13 sandervl Exp $ */
    22/*
    33 * Win32 dialog message APIs for OS/2
     
    170170                else
    171171                {
     172#ifdef __WIN32OS2__
     173                    if(hwndControl == 0) {
     174                        dprintf(("WARNING: DIALOG_IsAccelerator %x %x -> hwndControl == 0", hwnd, hwndDlg));
     175                        return FALSE;
     176                    }
     177#endif
    172178                    hwndNext = GetWindow( hwndControl, GW_HWNDNEXT );
    173179                }
Note: See TracChangeset for help on using the changeset viewer.