Ignore:
Timestamp:
Dec 6, 2011, 6:19:13 PM (14 years ago)
Author:
dmik
Message:

Port OLE32 and REGSVR32 to GCC/kBuild.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/src/ole32/ole2impl.c

    r8441 r21855  
    132132          /* Create ILock bytes */
    133133
    134           hr1 = CreateILockBytesOnHGlobal(std.u.hGlobal, FALSE, &ptrILockBytes);
     134          hr1 = CreateILockBytesOnHGlobal(std.DUMMYUNIONNAME_DOT hGlobal, FALSE, &ptrILockBytes);
    135135
    136136          /* Open storage on the ILock bytes */
Note: See TracChangeset for help on using the changeset viewer.