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

    r94 r640  
    1 /* $Id: obj_connection.h,v 1.3 1999-06-10 16:21:54 achimha Exp $ */
    21/*
    32 * Defines the COM interfaces and APIs related to structured data storage.
     
    1211#include "winbase.h"
    1312
     13#ifdef __cplusplus
     14extern "C" {
     15#endif /* defined(__cplusplus) */
    1416
    1517/*****************************************************************************
     
    146148#endif
    147149                               
    148 
    149 
     150#ifdef __cplusplus
     151} /* extern "C" */
     152#endif /* defined(__cplusplus) */
    150153
    151154#endif /* __WINE_WINE_OBJ_CONTROL_H */
Note: See TracChangeset for help on using the changeset viewer.