Changeset 2567 for trunk/include


Ignore:
Timestamp:
Jan 29, 2000, 6:37:20 PM (26 years ago)
Author:
phaller
Message:

Fix: prototype for GdiFlush was wrong

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/wingdi.h

    r2563 r2567  
    1 /* $Id: wingdi.h,v 1.10 2000-01-29 15:00:01 sandervl Exp $ */
     1/* $Id: wingdi.h,v 1.11 2000-01-29 17:37:20 phaller Exp $ */
    22
    33#ifndef __WINE_WINGDI_H
     
    27992799BOOL      WINAPI FloodFill(HDC,INT,INT,COLORREF);
    28002800BOOL      WINAPI FrameRgn(HDC,HRGN,HBRUSH,INT,INT);
    2801 void      WINAPI GdiFlush(void);
     2801BOOL      WINAPI GdiFlush(void);
    28022802INT       WINAPI GetArcDirection(HDC);
    28032803BOOL      WINAPI GetAspectRatioFilterEx(HDC,LPSIZE);
Note: See TracChangeset for help on using the changeset viewer.