diff --git a/include/gdiplusimaging.h b/include/gdiplusimaging.h index 42a00cbef4e..7c199c3d5bd 100644 --- a/include/gdiplusimaging.h +++ b/include/gdiplusimaging.h @@ -110,7 +110,7 @@ public: UINT Width; UINT Height; INT Stride; - PixelFormat PixelFormat; + Gdiplus::PixelFormat PixelFormat; VOID* Scan0; UINT_PTR Reserved; };