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

    r94 r640  
    1 /* $Id: obj_contextmenu.h,v 1.3 1999-06-10 16:21:54 achimha Exp $ */
    21/************************************************************
    32 *    IContextMenu
    43 */
    54
    6 #ifndef __WINE_WINE_OBJ_ICONTEXTMENU_H
    7 #define __WINE_WINE_OBJ_ICONTEXTMENU_H
     5#ifndef __WINE_WINE_OBJ_CONTEXTMENU_H
     6#define __WINE_WINE_OBJ_CONTEXTMENU_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_IContextMenu,        0x000214E4L, 0, 0);
     
    126129#endif
    127130
     131#ifdef __cplusplus
     132} /* extern "C" */
     133#endif /* defined(__cplusplus) */
    128134
    129 #endif /* __WINE_WINE_OBJ_ICONTEXTMENU_H */
     135#endif /* __WINE_WINE_OBJ_CONTEXTMENU_H */
Note: See TracChangeset for help on using the changeset viewer.