Ignore:
Timestamp:
Oct 17, 1999, 6:59:58 PM (26 years ago)
Author:
sandervl
Message:

Bugfixes for enum* apis & findwindowex

File:
1 edited

Legend:

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

    r1337 r1340  
    1 /* $Id: win32wbase.cpp,v 1.50 1999-10-17 16:42:39 sandervl Exp $ */
     1/* $Id: win32wbase.cpp,v 1.51 1999-10-17 16:59:58 sandervl Exp $ */
    22/*
    33 * Win32 Window Base Class for OS/2
     
    22322232                hwnd = OSLibWinQueryClientWindow(hwnd);
    22332233                if(hwnd)  wnd = GetWindowFromOS2Handle(hwnd);
     2234                if(!hwnd) wnd = GetWindowFromOS2FrameHandle(hwnd);
    22342235            }
    22352236
Note: See TracChangeset for help on using the changeset viewer.