Changeset 805 for trunk/include/win/wine


Ignore:
Timestamp:
Sep 2, 1999, 10:57:43 PM (26 years ago)
Author:
phaller
Message:

Fix: LONGLONG header problem

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/win/wine/obj_control.h

    r641 r805  
    1 /* $Id: obj_control.h,v 1.5 1999-08-22 22:52:07 sandervl Exp $ */
     1/* $Id: obj_control.h,v 1.6 1999-09-02 20:56:30 phaller Exp $ */
    22/*
    33 * Defines the COM interfaces and APIs related to structured data storage.
     
    4545        DWORD clSize;
    4646        DWORD rpcReserved;
    47         ULONGLONG ahData[1];
     47        ULONGLONG_W ahData[1];
    4848} wireVARIANT_BLOB;
    4949
Note: See TracChangeset for help on using the changeset viewer.