gdiplus: Qualify reference to Gdiplus::Pixelformat.

This commit is contained in:
Iain Arnell 2011-02-02 10:20:31 +01:00 committed by Alexandre Julliard
parent 670d54a637
commit 9d7277df7a

View file

@ -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;
}; };