Ignore:
Timestamp:
Jul 28, 2001, 8:04:35 PM (24 years ago)
Author:
sandervl
Message:

updates

File:
1 edited

Legend:

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

    r6395 r6397  
    1 /* $Id: window.cpp,v 1.102 2001-07-28 13:43:54 sandervl Exp $ */
     1/* $Id: window.cpp,v 1.103 2001-07-28 18:02:50 sandervl Exp $ */
    22/*
    33 * Win32 window apis for OS/2
     
    18721872
    18731873    hwnd = Win32ToOS2Handle(hWnd);
    1874     hwnd = OS2ToWin32Handle(O32_GetLastActivePopup(hwnd));
     1874////    hwnd = OS2ToWin32Handle(O32_GetLastActivePopup(hwnd));
    18751875
    18761876    dprintf(("GetLastActivePopup %x returned %x NOT CORRECTLY IMPLEMENTED", hWnd, hwnd));
    1877     return hwnd;
     1877    return 0;
    18781878}
    18791879//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.