Ignore:
Timestamp:
Jun 16, 2009, 3:47:05 PM (16 years ago)
Author:
ydario
Message:

Header updates.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/oleauto.h

    r10633 r21301  
    163163#define V_ARRAYREF(A)    V_UNION(A, pparray)
    164164#define V_BYREF(A)               V_UNION(A, byref)
    165 #if (__STDC__ && !defined(_FORCENAMELESSUNION)) || defined(NONAMELESSUNION)
    166 #define V_DECIMAL(A)     ((A)->n1.decVal)
    167 #else
    168 #define V_DECIMAL(A)     ((A)->decVal)
    169 #endif
     165#define V_DECIMAL(A)     V_UNION(A, decVal)
    170166#define V_DECIMALREF(A)  V_UNION(A, pdecVal)
    171 
    172 #ifndef LOCALE_USE_NLS
    173 /* This is missing from native winnls.h, but may be added at some point */
    174 #define LOCALE_USE_NLS          0x10000000
    175 #endif
    176 
    177167
    178168/*
Note: See TracChangeset for help on using the changeset viewer.