Changeset 7918
- Timestamp:
 - Feb 15, 2002, 4:17:55 PM (24 years ago)
 - File:
 - 
      
- 1 edited
 
- 
          
  trunk/src/ole32/clipboard.c (modified) (2 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
trunk/src/ole32/clipboard.c
r7909 r7918 950 950 if (!FAILED(hr = IDataObject_GetData(theOleClipboard->pIDataObjectSrc, &fmt2, &std2))) 951 951 { 952 mfp = (METAFILEPICT *)GlobalLock(std2.u.h MetaFilePict);952 mfp = (METAFILEPICT *)GlobalLock(std2.u.hGlobal); 953 953 } 954 954 … … 993 993 HeapFree(GetProcessHeap(), 0, mfBits); 994 994 995 GlobalUnlock(std2.u.h MetaFilePict);995 GlobalUnlock(std2.u.hGlobal); 996 996 997 997 ReadClassStg(std.u.pstg, &clsID);  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  