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

    r94 r640  
    1 /* $Id: obj_shellextinit.h,v 1.3 1999-06-10 16:21:56 achimha Exp $ */
    21/************************************************************
    32 *    IShellExtInit
    43 */
    54
    6 #ifndef __WINE_WINE_OBJ_ISHELLEXTINIT_H
    7 #define __WINE_WINE_OBJ_ISHELLEXTINIT_H
     5#ifndef __WINE_WINE_OBJ_SHELLEXTINIT_H
     6#define __WINE_WINE_OBJ_SHELLEXTINIT_H
    87
    98#include "winbase.h"
     
    1110#include "wine/obj_base.h"
    1211#include "wine/obj_dataobject.h"
     12
     13#ifdef __cplusplus
     14extern "C" {
     15#endif /* defined(__cplusplus) */
    1316
    1417typedef struct  IShellExtInit IShellExtInit, *LPSHELLEXTINIT;
     
    3134#endif
    3235
     36#ifdef __cplusplus
     37} /* extern "C" */
     38#endif /* defined(__cplusplus) */
    3339
    34 #endif /* __WINE_WINE_OBJ_ISHELLEXTINIT_H */
     40#endif /* __WINE_WINE_OBJ_SHELLEXTINIT_H */
Note: See TracChangeset for help on using the changeset viewer.