Ignore:
Timestamp:
Nov 14, 2000, 3:28:47 PM (25 years ago)
Author:
sandervl
Message:

header update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/winuser32.h

    r4556 r4591  
    1 /* $Id: winuser32.h,v 1.2 2000-11-05 18:47:11 sandervl Exp $ */
     1/* $Id: winuser32.h,v 1.3 2000-11-14 14:28:47 sandervl Exp $ */
    22
    33/*
     
    1010#define __WINUSER32_H__
    1111
     12#include <dcdata.h>
     13
    1214ULONG OSLibGetScreenHeight();
    1315ULONG OSLibGetScreenWidth();
     
    1517void WIN32API Calculate1PixelDelta(pDCData pHps);
    1618void WIN32API TestWideLine (pDCData pHps);
    17 BOOL WIN32API changePageXForm(pDCData pHps, PPOINTL pValue, int x, int y, PPOINTL pPrev);
     19BOOL WIN32API changePageXForm(pDCData pHps, POINTL *pValue, int x, int y, POINTL *pPrev);
    1820BOOL WIN32API setPageXForm(pDCData pHps);
    1921VOID WIN32API removeClientArea(pDCData pHps);
     
    2123int  WIN32API setMapMode(pDCData pHps, int mode);
    2224
     25int  WIN32API DIB_GetDIBWidthBytes( int width, int depth );
     26
    2327#endif //__WINUSER32_H__
Note: See TracChangeset for help on using the changeset viewer.