Commit d7af14f1 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

gdi32: Use the unicode version of CreateMetaFile.

parent 1911adce
......@@ -1166,7 +1166,7 @@ UINT WINAPI GetWinMetaFileBits(HENHMETAFILE hemf,
TRACE("(%p,%d,%p,%d,%p) rc=%s\n", hemf, cbBuffer, lpbBuffer,
fnMapMode, hdcRef, wine_dbgstr_rect(&rc));
hdcmf = CreateMetaFileA(NULL);
hdcmf = CreateMetaFileW(NULL);
PlayEnhMetaFile(hdcmf, hemf, &rc);
hmf = CloseMetaFile(hdcmf);
ret = GetMetaFileBitsEx(hmf, cbBuffer, lpbBuffer);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment