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

    r94 r640  
    1 /* $Id: obj_channel.h,v 1.3 1999-06-10 16:21:53 achimha Exp $ */
    21/*
    32 * Defines undocumented Microsoft COM interfaces and APIs seemingly related to some 'channel' notion.
     
    87
    98#include "wine/obj_base.h"
     9
     10#ifdef __cplusplus
     11extern "C" {
     12#endif /* defined(__cplusplus) */
    1013
    1114/*****************************************************************************
     
    184187#endif
    185188
     189#ifdef __cplusplus
     190} /* extern "C" */
     191#endif /* defined(__cplusplus) */
    186192
    187193#endif /* __WINE_WINE_OBJ_CHANNEL_H */
Note: See TracChangeset for help on using the changeset viewer.