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_property.h

    r94 r640  
    1 /* $Id: obj_property.h,v 1.3 1999-06-10 16:21:55 achimha Exp $ */
    21/*
    32 * Defines the COM interfaces and APIs from ocidl.h related to property
     
    1211#include "winbase.h"
    1312#include "wine/obj_oleaut.h" /* for DISPID */
     13
     14#ifdef __cplusplus
     15extern "C" {
     16#endif /* defined(__cplusplus) */
    1417
    1518/*****************************************************************************
     
    431434#endif
    432435
     436#ifdef __cplusplus
     437} /* extern "C" */
     438#endif /* defined(__cplusplus) */
    433439
    434440#endif /* __WINE_WINE_OBJ_PROPERTY_H */
Note: See TracChangeset for help on using the changeset viewer.