[Bug 3912] New: incorrect RGBQUAD struct declaration causes link error

Wine Bugs wine-bugs at winehq.org
Wed Nov 23 10:39:03 CST 2005


http://bugs.winehq.org/show_bug.cgi?id=3912

           Summary: incorrect RGBQUAD struct declaration causes link error
           Product: Wine
           Version: 0.9
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: wine-misc
        AssignedTo: wine-bugs at winehq.org
        ReportedBy: djankov at syncad.com


In wingdi.h struct RGBQUAD is declared incorrectly, the declaration should be 
exact as in wingdi.h on Windows. The current declaration causes a link error 
when linking against code compiled against Windows-compatible RGBQUAD 
declaration, such as FreeImage library. The struct should have
struct tagRGBQUAD { ... } RGBQUAD;
like on Windows, but in Wine it is missing the tag part.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the wine-bugs mailing list