Ignore:
Timestamp:
Jul 16, 1999, 1:32:10 PM (26 years ago)
Author:
sandervl
Message:

Misc window class changes/bugfixes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/user32/new/oslibwin.cpp

    r309 r314  
    1 /* $Id: oslibwin.cpp,v 1.3 1999-07-15 18:03:02 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.4 1999-07-16 11:32:08 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    131131//******************************************************************************
    132132//******************************************************************************
    133 
     133HWND OSLibWinCreateMenu(HWND hwndParent, PVOID menutemplate)
     134{
     135  return WinCreateMenu(hwndParent, menutemplate);
     136}
     137//******************************************************************************
     138//******************************************************************************
     139HWND OSLibWinQueryTopMostChildWindow(HWND hwndParent)
     140{
     141  return WinQueryWindow(hwndParent, QW_TOP);
     142}
     143//******************************************************************************
     144//******************************************************************************
Note: See TracChangeset for help on using the changeset viewer.