Changeset 4959 for trunk/include


Ignore:
Timestamp:
Jan 18, 2001, 7:09:55 PM (25 years ago)
Author:
sandervl
Message:

header updates

Location:
trunk/include
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/odin.h

    r3354 r4959  
    1 /* $Id: odin.h,v 1.14 2000-04-09 11:09:07 sandervl Exp $ */
    21/*
    32 * ODIN - Build Environment Definition
  • trunk/include/win/oleauto.h

    r4834 r4959  
    112112/* These are macros that help accessing the VARIANT date type.
    113113 */
    114 #ifdef __cplusplus
     114#if defined(__cplusplus) && !defined(NONAMELESSUNION)
    115115#define V_UNION(A, B)   ((A)->B)
    116116#define V_VT(A)                 ((A)->vt)
Note: See TracChangeset for help on using the changeset viewer.