gdiplus: Qualify reference to Gdiplus::Pixelformat.

oldstable
Iain Arnell 2011-02-02 10:20:31 +01:00 committed by Alexandre Julliard
parent 670d54a637
commit 9d7277df7a
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ public:
UINT Width;
UINT Height;
INT Stride;
PixelFormat PixelFormat;
Gdiplus::PixelFormat PixelFormat;
VOID* Scan0;
UINT_PTR Reserved;
};