Changeset 4959 for trunk/include/win


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

header updates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.