Changeset 1898 for trunk/include/win/wine/obj_control.h
- Timestamp:
- Nov 30, 1999, 9:20:31 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/win/wine/obj_control.h
r805 r1898 1 /* $Id: obj_control.h,v 1. 6 1999-09-02 20:56:30 phallerExp $ */1 /* $Id: obj_control.h,v 1.7 1999-11-30 20:19:03 sandervl Exp $ */ 2 2 /* 3 3 * Defines the COM interfaces and APIs related to structured data storage. … … 45 45 DWORD clSize; 46 46 DWORD rpcReserved; 47 ULONGLONG _WahData[1];47 ULONGLONG ahData[1]; 48 48 } wireVARIANT_BLOB; 49 49
Note:
See TracChangeset
for help on using the changeset viewer.