1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 20:06:18 +00:00

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 Height;
INT Stride;
PixelFormat PixelFormat;
Gdiplus::PixelFormat PixelFormat;
VOID* Scan0;
UINT_PTR Reserved;
};