Changeset 21855 for branches/gcc-kmk/src/ole32/compositemoniker.c
- Timestamp:
- Dec 6, 2011, 6:19:13 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/gcc-kmk/src/ole32/compositemoniker.c ¶
r8620 r21855 436 436 return E_POINTER; 437 437 438 pcbSize-> s.LowPart =0;439 pcbSize-> s.HighPart=0;438 pcbSize->DUMMYSTRUCTNAME_DOT LowPart =0; 439 pcbSize->DUMMYSTRUCTNAME_DOT HighPart=0; 440 440 441 441 IMoniker_Enum(iface,TRUE,&enumMk); … … 447 447 IMoniker_Release(pmk); 448 448 449 pcbSize-> s.LowPart +=ptmpSize.s.LowPart;450 pcbSize-> s.HighPart+=ptmpSize.s.HighPart;449 pcbSize->DUMMYSTRUCTNAME_DOT LowPart +=ptmpSize.DUMMYSTRUCTNAME_DOT LowPart; 450 pcbSize->DUMMYSTRUCTNAME_DOT HighPart+=ptmpSize.DUMMYSTRUCTNAME_DOT HighPart; 451 451 } 452 452
Note:
See TracChangeset
for help on using the changeset viewer.