Changeset 1176 for trunk/src/user32/oslibwin.cpp
- Timestamp:
- Oct 8, 1999, 1:21:31 AM (26 years ago)
- File:
-
- 1 edited
-
trunk/src/user32/oslibwin.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/oslibwin.cpp
r1159 r1176 1 /* $Id: oslibwin.cpp,v 1.1 3 1999-10-07 09:28:00 sandervl Exp $ */1 /* $Id: oslibwin.cpp,v 1.14 1999-10-07 23:21:30 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 629 629 pswp->ulReserved1 = 0; 630 630 pswp->ulReserved2 = 0; 631 } 632 //****************************************************************************** 633 //****************************************************************************** 634 BOOL OSLibWinCalcFrameRect(HWND hwndFrame, RECTLOS2 *pRect, BOOL fClient) 635 { 636 return WinCalcFrameRect(hwndFrame, (PRECTL)pRect, fClient); 631 637 } 632 638 //******************************************************************************
Note:
See TracChangeset
for help on using the changeset viewer.
