Ignore:
Timestamp:
Jul 18, 1999, 4:56:37 PM (26 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

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

    r328 r329  
    1 /* $Id: oslibwin.cpp,v 1.12 1999-07-18 14:39:35 sandervl Exp $ */
     1/* $Id: oslibwin.cpp,v 1.13 1999-07-18 14:56:36 sandervl Exp $ */
    22/*
    33 * Window API wrappers for OS/2
     
    256256//******************************************************************************
    257257//******************************************************************************
    258 BOOL OSLibWinQueryUpdateRect(HWND hwnd, PRECT pRect)
     258BOOL OSLibWinQueryUpdateRect(HWND hwnd, PVOID pRect)
    259259{
    260260 BOOL rc;
     
    263263  rc = WinQueryUpdateRect(hwnd, (PRECTL)&rectl);
    264264  if(rc) {
    265         MapOS2ToWin32Rectl(hwnd, &rectl, pRect);
     265    MapOS2ToWin32Rectl(hwnd, &rectl, (PRECT)pRect);
    266266  }
    267267  return rc;
Note: See TracChangeset for help on using the changeset viewer.