Changeset 5288 for trunk/include/win


Ignore:
Timestamp:
Mar 6, 2001, 10:44:40 PM (25 years ago)
Author:
mike
Message:

Changes/fixes/updates for building with Watcom

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/wine/dd_obj_base.h

    r2640 r5288  
    1 /* $Id: dd_obj_base.h,v 1.3 2000-02-04 23:12:19 hugh Exp $ */
     1/* $Id: dd_obj_base.h,v 1.4 2001-03-06 21:44:39 mike Exp $ */
    22/*
    33 * This file defines the macros and types necessary to define COM interfaces,
     
    88  #define __WINE_DD_OBJ_BASE_H
    99
     10#ifdef __cplusplus
     11extern "C" {
     12#endif
    1013
    1114/*****************************************************************************
     
    679682#endif
    680683
     684#ifdef __cplusplus
     685}
     686#endif
    681687
    682688#endif /* __WINE_WINE_OBJ_BASE_H */
Note: See TracChangeset for help on using the changeset viewer.