Changeset 314 for trunk/src/user32/new/oslibwin.cpp
- Timestamp:
- Jul 16, 1999, 1:32:10 PM (26 years ago)
- 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:02sandervl Exp $ */1 /* $Id: oslibwin.cpp,v 1.4 1999-07-16 11:32:08 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 131 131 //****************************************************************************** 132 132 //****************************************************************************** 133 133 HWND OSLibWinCreateMenu(HWND hwndParent, PVOID menutemplate) 134 { 135 return WinCreateMenu(hwndParent, menutemplate); 136 } 137 //****************************************************************************** 138 //****************************************************************************** 139 HWND OSLibWinQueryTopMostChildWindow(HWND hwndParent) 140 { 141 return WinQueryWindow(hwndParent, QW_TOP); 142 } 143 //****************************************************************************** 144 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.