Changeset 801 for trunk/include/win


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

Add: missing definitions in WINUSER.H

Location:
trunk/include/win
Files:
3 edited

Legend:

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

    r641 r801  
    1 /* $Id: obj_dataobject.h,v 1.5 1999-08-22 22:52:07 sandervl Exp $ */
     1/* $Id: obj_dataobject.h,v 1.6 1999-09-02 19:07:18 phaller Exp $ */
    22/*
    33 * Defines the COM interfaces and APIs related to IDataObject.
    44 *
    5  * Depends on 'obj_moniker.h', 'obj_storage.h' and 'obj_base.h'.
    65 */
    76
    87#ifndef __WINE_WINE_OBJ_DATAOBJECT_H
    98#define __WINE_WINE_OBJ_DATAOBJECT_H
     9
     10#include "wine/obj_base.h"
     11#include "wine/obj_moniker.h"
     12#include "wine/obj_storage.h"
    1013
    1114#if defined(__cplusplus) && !defined(NONAMELESSUNION)
  • 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) \
  • trunk/include/win/winuser.h

    r425 r801  
    1 /* $Id: winuser.h,v 1.6 1999-08-05 19:47:22 phaller Exp $ */
     1/* $Id: winuser.h,v 1.7 1999-09-02 19:07:17 phaller Exp $ */
    22
    33#ifndef __INCLUDE_WINUSER_H
     
    23332333#define MFS_TOPGAPDROP      0x80000000L
    23342334#define MFS_GAPDROP         0xC0000000L
     2335
     2336
     2337/* for GetMenuDefaultItem */
     2338#define GMDI_USEDISABLED    0x0001L
     2339#define GMDI_GOINTOPOPUPS   0x0002L
     2340
    23352341
    23362342#define DT_TOP 0
Note: See TracChangeset for help on using the changeset viewer.