Commit 9d7277df authored by Iain Arnell's avatar Iain Arnell Committed by Alexandre Julliard

gdiplus: Qualify reference to Gdiplus::Pixelformat.

parent 670d54a6
...@@ -110,7 +110,7 @@ public: ...@@ -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;
}; };
......
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