Ignore:
Timestamp:
Aug 23, 1999, 12:52:05 AM (26 years ago)
Author:
sandervl
Message:

Updated Wine headers

File:
1 edited

Legend:

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

    r94 r640  
    1 /* $Id: obj_marshal.h,v 1.3 1999-06-10 16:21:54 achimha Exp $ */
    21/*
    32 * Defines the COM interfaces and APIs that allow an interface to
     
    109#include "wine/obj_base.h"
    1110#include "wine/obj_storage.h"
     11
     12#ifdef __cplusplus
     13extern "C" {
     14#endif /* defined(__cplusplus) */
    1215
    1316/*****************************************************************************
     
    109112HRESULT WINAPI CoUnmarshalInterface(LPSTREAM pStm, REFIID riid, LPVOID* ppv);
    110113
     114#ifdef __cplusplus
     115} /* extern "C" */
     116#endif /* defined(__cplusplus) */
    111117
    112118#endif /* __WINE_WINE_OBJ_MARSHAL_H */
Note: See TracChangeset for help on using the changeset viewer.