Changeset 21916 for trunk/src/ole32/compobj.c
- Timestamp:
- Dec 18, 2011, 10:28:22 PM (14 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
- Property svn:ignore
-
old new 1 bin 2 Makefile.inc 1 env.cmd 2 LocalConfig.kmk
-
-
Property svn:mergeinfo
set to
/branches/gcc-kmk merged eligible
- Property svn:ignore
-
trunk/src/ole32/compobj.c
r10625 r21916 507 507 * the string representation and HRESULT 508 508 */ 509 HRESULT WIN E_StringFromCLSID(509 HRESULT WINAPI WINE_StringFromCLSID( 510 510 const CLSID *id, /* [in] GUID to be converted */ 511 511 LPSTR idstr /* [out] pointer to buffer to contain converted guid */ … … 899 899 if (hres) return hres; 900 900 901 buflen = ststg.cbSize. s.LowPart;901 buflen = ststg.cbSize.DUMMYSTRUCTNAME_DOT LowPart; 902 902 buffer = HeapAlloc(GetProcessHeap(),0,buflen); 903 seekto. s.LowPart = 0;904 seekto. s.HighPart = 0;903 seekto.DUMMYSTRUCTNAME_DOT LowPart = 0; 904 seekto.DUMMYSTRUCTNAME_DOT HighPart = 0; 905 905 hres = IStream_Seek(pStm,seekto,SEEK_SET,&newpos); 906 906 if (hres) {
Note:
See TracChangeset
for help on using the changeset viewer.