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

    r94 r640  
    1 /* $Id: obj_shellbrowser.h,v 1.3 1999-06-10 16:21:56 achimha Exp $ */
    21/************************************************************
    32 *    IShellBrowser
    43 */
    54
    6 #ifndef __WINE_WINE_OBJ_ISHELLBROWSER_H
    7 #define __WINE_WINE_OBJ_ISHELLBROWSER_H
     5#ifndef __WINE_WINE_OBJ_SHELLBROWSER_H
     6#define __WINE_WINE_OBJ_SHELLBROWSER_H
    87
    98#include "winbase.h"
     
    1312#include "wine/obj_shellview.h" /* IShellView */
    1413#include "commctrl.h"           /* TBBUTTON */
     14
     15#ifdef __cplusplus
     16extern "C" {
     17#endif /* defined(__cplusplus) */
    1518
    1619/* it's ok commented out, see obj_shellview.h
     
    104107#endif
    105108
     109#ifdef __cplusplus
     110} /* extern "C" */
     111#endif /* defined(__cplusplus) */
    106112
    107 #endif /* __WINE_WINE_OBJ_ISHELLBROWSER_H */
     113#endif /* __WINE_WINE_OBJ_SHELLBROWSER_H */
Note: See TracChangeset for help on using the changeset viewer.