gdiplus: Qualify reference to Gdiplus::Pixelformat.
This commit is contained in:
parent
670d54a637
commit
9d7277df7a
|
@ -110,7 +110,7 @@ public:
|
||||||
UINT Width;
|
UINT Width;
|
||||||
UINT Height;
|
UINT Height;
|
||||||
INT Stride;
|
INT Stride;
|
||||||
PixelFormat PixelFormat;
|
Gdiplus::PixelFormat PixelFormat;
|
||||||
VOID* Scan0;
|
VOID* Scan0;
|
||||||
UINT_PTR Reserved;
|
UINT_PTR Reserved;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue