Ignore:
Timestamp:
Apr 18, 2000, 10:05:40 PM (25 years ago)
Author:
sandervl
Message:

header update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32api.h

    r3416 r3421  
    1 /* $Id: win32api.h,v 1.9 2000-04-18 11:09:53 sandervl Exp $ */
     1/* $Id: win32api.h,v 1.10 2000-04-18 20:05:40 sandervl Exp $ */
    22
    33/*
     
    9090int    WIN32API ExtSelectClipRgn(HDC hdc, HRGN hrgn, int fnMode);
    9191int    WIN32API SelectClipRgn( HDC hdc, HRGN hRgn);
    92 BOOL   WIN32API GetWindowRect( HWND hwnd, PRECT pRect);
    93 BOOL   WIN32API GetClientRect( HWND hwnd, PRECT pRect);
     92BOOL   WIN32API GetWindowRect( HWND hwnd, RECT *pRect);
     93BOOL   WIN32API GetClientRect( HWND hwnd, RECT *pRect);
    9494int    WIN32API GetStretchBltMode( HDC hdc);
    9595
Note: See TracChangeset for help on using the changeset viewer.