Ignore:
Timestamp:
Apr 18, 2000, 1:09:53 PM (25 years ago)
Author:
sandervl
Message:

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win32api.h

    r3300 r3416  
    1 /* $Id: win32api.h,v 1.8 2000-04-02 10:25:56 sandervl Exp $ */
     1/* $Id: win32api.h,v 1.9 2000-04-18 11:09:53 sandervl Exp $ */
    22
    33/*
     
    8989int    WIN32API ReleaseDC(HWND hwnd, HDC hdc);
    9090int    WIN32API ExtSelectClipRgn(HDC hdc, HRGN hrgn, int fnMode);
     91int    WIN32API SelectClipRgn( HDC hdc, HRGN hRgn);
     92BOOL   WIN32API GetWindowRect( HWND hwnd, PRECT pRect);
     93BOOL   WIN32API GetClientRect( HWND hwnd, PRECT pRect);
     94int    WIN32API GetStretchBltMode( HDC hdc);
    9195
    9296#endif
Note: See TracChangeset for help on using the changeset viewer.