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

    r94 r640  
    1 /* $Id: obj_clientserver.h,v 1.3 1999-06-10 16:21:53 achimha Exp $ */
    21/*
    32 * Defines the COM interfaces and APIs related to client/server aspects.
     
    87
    98#include "wine/obj_base.h"
     9
     10#ifdef __cplusplus
     11extern "C" {
     12#endif /* defined(__cplusplus) */
    1013
    1114/*****************************************************************************
     
    257260HRESULT WINAPI CoResumeClassObjects(void);
    258261
     262#ifdef __cplusplus
     263} /* extern "C" */
     264#endif /* defined(__cplusplus) */
    259265
    260266#endif /* __WINE_WINE_OBJ_CLIENTSERVER_H */
Note: See TracChangeset for help on using the changeset viewer.