Nikolay Sivov : wingdi.h: Fix RGBQUAD and RGBTRIPLE to match PSDK.

Alexandre Julliard julliard at winehq.org
Mon Jul 20 07:37:15 CDT 2009


Module: wine
Branch: master
Commit: 1218c2b5f6104223ac0c965149317631e7566341
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=1218c2b5f6104223ac0c965149317631e7566341

Author: Nikolay Sivov <bunglehead at gmail.com>
Date:   Sun Jul 19 23:59:19 2009 +0400

wingdi.h: Fix RGBQUAD and RGBTRIPLE to match PSDK.

---

 include/wingdi.h |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/include/wingdi.h b/include/wingdi.h
index a6cdd64..0e5d5e6 100644
--- a/include/wingdi.h
+++ b/include/wingdi.h
@@ -1775,14 +1775,14 @@ typedef struct tagEXTLOGPEN
 
   /* Device-independent bitmaps */
 
-typedef struct {
+typedef struct tagRGBQUAD {
   BYTE rgbBlue;
   BYTE rgbGreen;
   BYTE rgbRed;
   BYTE rgbReserved;
 } RGBQUAD, *LPRGBQUAD;
 
-typedef struct {
+typedef struct tagRGBTRIPLE {
   BYTE rgbtBlue;
   BYTE rgbtGreen;
   BYTE rgbtRed;




More information about the wine-cvs mailing list