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

    r94 r640  
    1 /* $Id: obj_picture.h,v 1.3 1999-06-10 16:21:55 achimha Exp $ */
    21/*
    32 * Defines the COM interfaces and APIs related to OLE picture support.
     
    1110#include "windows.h"
    1211#include "windef.h"
     12
     13#ifdef __cplusplus
     14extern "C" {
     15#endif /* defined(__cplusplus) */
    1316
    1417/*****************************************************************************
     
    104107#endif
    105108
    106 
     109#ifdef __cplusplus
     110} /* extern "C" */
     111#endif /* defined(__cplusplus) */
    107112
    108113#endif /* __WINE_WINE_OBJ_PICTURE_H */
Note: See TracChangeset for help on using the changeset viewer.