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/window.cpp

    r6706 r6751  
    1 /* $Id: window.cpp,v 1.104 2001-09-15 09:16:09 sandervl Exp $ */
     1/* $Id: window.cpp,v 1.105 2001-09-19 09:10:13 sandervl Exp $ */
    22/*
    33 * Win32 window apis for OS/2
     
    18761876
    18771877    dprintf(("GetLastActivePopup %x returned %x NOT CORRECTLY IMPLEMENTED", hWnd, hwnd));
    1878     return 0;
     1878    return hWnd;
    18791879}
    18801880//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.