Changeset 4959 for trunk/include
- Timestamp:
- Jan 18, 2001, 7:09:55 PM (25 years ago)
- 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 $ */2 1 /* 3 2 * ODIN - Build Environment Definition -
trunk/include/win/oleauto.h
r4834 r4959 112 112 /* These are macros that help accessing the VARIANT date type. 113 113 */ 114 #if def __cplusplus114 #if defined(__cplusplus) && !defined(NONAMELESSUNION) 115 115 #define V_UNION(A, B) ((A)->B) 116 116 #define V_VT(A) ((A)->vt)
Note:
See TracChangeset
for help on using the changeset viewer.