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

    r94 r640  
    1 /* $Id: obj_shellview.h,v 1.3 1999-06-10 16:21:56 achimha Exp $ */
    21/************************************************************
    32 *    IShellView
    43 */
    54
    6 #ifndef __WINE_WINE_OBJ_ISHELLVIEW_H
    7 #define __WINE_WINE_OBJ_ISHELLVIEW_H
     5#ifndef __WINE_WINE_OBJ_SHELLVIEW_H
     6#define __WINE_WINE_OBJ_SHELLVIEW_H
    87
    98#include "winbase.h"
     
    1312#include "wine/obj_shellfolder.h"
    1413#include "prsht.h"      /* LPFNADDPROPSHEETPAGE */
     14
     15#ifdef __cplusplus
     16extern "C" {
     17#endif /* defined(__cplusplus) */
    1518
    1619/****************************************************************************
     
    141144#endif
    142145
     146#ifdef __cplusplus
     147} /* extern "C" */
     148#endif /* defined(__cplusplus) */
    143149
    144 #endif /* __WINE_WINE_OBJ_ISHELLVIEW_H */
     150#endif /* __WINE_WINE_OBJ_SHELLVIEW_H */
Note: See TracChangeset for help on using the changeset viewer.