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_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)
Note: See TracChangeset for help on using the changeset viewer.