Changeset 18472


Ignore:
Timestamp:
Feb 15, 2002, 4:17:55 PM (23 years ago)
Author:
sandervl
Message:

minor update

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified tags/trunk/src/ole32/clipboard.c

    r18463 r18472  
    950950      if (!FAILED(hr = IDataObject_GetData(theOleClipboard->pIDataObjectSrc, &fmt2, &std2)))
    951951      {
    952         mfp = (METAFILEPICT *)GlobalLock(std2.u.hMetaFilePict);
     952        mfp = (METAFILEPICT *)GlobalLock(std2.u.hGlobal);
    953953      }
    954954
     
    993993        HeapFree(GetProcessHeap(), 0, mfBits);
    994994 
    995         GlobalUnlock(std2.u.hMetaFilePict);
     995        GlobalUnlock(std2.u.hGlobal);
    996996
    997997        ReadClassStg(std.u.pstg, &clsID);
Note: See TracChangeset for help on using the changeset viewer.