Ignore:
Timestamp:
Sep 2, 1999, 9:07:18 PM (26 years ago)
Author:
phaller
Message:

Add: missing definitions in WINUSER.H

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/wine/obj_oleview.h

    r641 r801  
    1 /* $Id: obj_oleview.h,v 1.5 1999-08-22 22:52:09 sandervl Exp $ */
     1/* $Id: obj_oleview.h,v 1.6 1999-09-02 19:07:18 phaller Exp $ */
    22/*
    33 * Defines the COM interfaces and APIs related to ViewObject
    44 *
    5  * Depends on 'obj_base.h'.
    65 */
    76
     
    109
    1110
    12 #include "winbase.h"
     11#include "wine/obj_base.h"
     12#include "wine/obj_dataobject.h"
     13
     14struct tagLOGPALETTE;
    1315
    1416#ifdef __cplusplus
     
    3941#define IViewObject_METHODS \
    4042        ICOM_METHOD10(HRESULT,Draw, DWORD,dwDrawAspect, LONG,lindex, void*,pvAspect, DVTARGETDEVICE*,ptd, HDC,hdcTargetDev, HDC,hdcDraw, LPCRECTL,lprcBounds, LPCRECTL,lprcWBounds, IVO_ContCallback, pfnContinue, DWORD,dwContinue) \
    41         ICOM_METHOD6(HRESULT,GetColorSet, DWORD,dwDrawAspect, LONG,lindex, void*,pvAspect, DVTARGETDEVICE*,ptd, HDC,hicTargetDevice, LOGPALETTE**,ppColorSet) \
     43        ICOM_METHOD6(HRESULT,GetColorSet, DWORD,dwDrawAspect, LONG,lindex, void*,pvAspect, DVTARGETDEVICE*,ptd, HDC,hicTargetDevice, struct tagLOGPALETTE**,ppColorSet) \
    4244        ICOM_METHOD4(HRESULT,Freeze, DWORD,dwDrawAspect, LONG,lindex, void*,pvAspect, DWORD*,pdwFreeze) \
    4345        ICOM_METHOD1(HRESULT,Unfreeze, DWORD,dwFreeze) \
Note: See TracChangeset for help on using the changeset viewer.