Changeset 329 for trunk/src/user32/new/oslibwin.cpp
- Timestamp:
- Jul 18, 1999, 4:56:37 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/new/oslibwin.cpp
r328 r329 1 /* $Id: oslibwin.cpp,v 1.1 2 1999-07-18 14:39:35sandervl Exp $ */1 /* $Id: oslibwin.cpp,v 1.13 1999-07-18 14:56:36 sandervl Exp $ */ 2 2 /* 3 3 * Window API wrappers for OS/2 … … 256 256 //****************************************************************************** 257 257 //****************************************************************************** 258 BOOL OSLibWinQueryUpdateRect(HWND hwnd, P RECTpRect)258 BOOL OSLibWinQueryUpdateRect(HWND hwnd, PVOID pRect) 259 259 { 260 260 BOOL rc; … … 263 263 rc = WinQueryUpdateRect(hwnd, (PRECTL)&rectl); 264 264 if(rc) { 265 MapOS2ToWin32Rectl(hwnd, &rectl,pRect);265 MapOS2ToWin32Rectl(hwnd, &rectl, (PRECT)pRect); 266 266 } 267 267 return rc;
Note:
See TracChangeset
for help on using the changeset viewer.