14 Oct
2025
14 Oct
'25
6:42 a.m.
Huw Davies (@huw) commented about dlls/gdi32/enhmetafile.c:
DeleteMetaFile(hmf); return ret; } + +/****************************************************************** + * GetEnhMetaFilePixelFormat (GDI32.@) + */ +UINT WINAPI GetEnhMetaFilePixelFormat( HENHMETAFILE hemf, UINT size, PIXELFORMATDESCRIPTOR *ppfd ) +{ + FIXME( "(%p,%u,%p) stub\n", hemf, size, ppfd );
Could we rename `ppfd` to something like `fmt`? -- https://gitlab.winehq.org/wine/wine/-/merge_requests/9117#note_118470