mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:43:04 +00:00
[SDK][INCLUDE] Total refinement of Gdiplus headers (#2223)
Missing functions added. CORE-16585
This commit is contained in:
parent
265a890d7c
commit
1e83f8b5fd
7 changed files with 56 additions and 80 deletions
|
@ -85,15 +85,10 @@ class Metafile : public Image
|
|||
|
||||
Metafile(IStream *stream, HDC referenceHdc, EmfType type = EmfTypeEmfPlusDual, const WCHAR *description = NULL)
|
||||
{
|
||||
#if 1
|
||||
// FIXME
|
||||
SetNativeImage(NULL);
|
||||
#else
|
||||
GpMetafile *metafile = NULL;
|
||||
lastStatus = DllExports::GdipRecordMetafileStream(
|
||||
stream, referenceHdc, type, NULL, MetafileFrameUnitGdi, description, &metafile);
|
||||
SetNativeImage(metafile);
|
||||
#endif
|
||||
}
|
||||
|
||||
Metafile(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue