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

    r94 r640  
    1 /* $Id: obj_extracticon.h,v 1.3 1999-06-10 16:21:54 achimha Exp $ */
    21/************************************************************
    32 *    IExtractIconA
    43 */
    54
    6 #ifndef __WINE_WINE_OBJ_IEXTRACTICONA_H
    7 #define __WINE_WINE_OBJ_IEXTRACTICONA_H
     5#ifndef __WINE_WINE_OBJ_EXTRACTICON_H
     6#define __WINE_WINE_OBJ_EXTRACTICON_H
    87
    98#include "winbase.h"
    109#include "winuser.h"
    1110#include "wine/obj_base.h"
     11
     12#ifdef __cplusplus
     13extern "C" {
     14#endif /* defined(__cplusplus) */
    1215
    1316DEFINE_SHLGUID(IID_IExtractIconA,       0x000214EBL, 0, 0);
     
    4851#define IExtractIcon        IExtractIconA
    4952
    50 #endif /* __WINE_WINE_OBJ_IEXTRACTICONA_H */
     53#ifdef __cplusplus
     54} /* extern "C" */
     55#endif /* defined(__cplusplus) */
     56
     57#endif /* __WINE_WINE_OBJ_EXTRACTICON_H */
     58
Note: See TracChangeset for help on using the changeset viewer.