https://bugs.winehq.org/show_bug.cgi?id=43707
Bug ID: 43707 Summary: [GdiPlus] HatchStyle is incorrectly named in Wine. Should be GpHatchStyle Product: Wine Version: unspecified Hardware: x86-64 OS: Mac OS X Status: UNCONFIRMED Severity: normal Priority: P2 Component: gdiplus Assignee: wine-bugs@winehq.org Reporter: hughbellars@gmail.com
The following code compiles fine on Windows. On Wine, it fails to compile. The fix is to rename "GpHatchStyle" to "HatchStyle"
#include "Windows.h" #include "GdiPlus.h"
using namespace Gdiplus; using namespace DllExports;
int main() { GpHatchStyle hatchStyle;
return 0; }
https://bugs.winehq.org/show_bug.cgi?id=43707
Gijs Vermeulen gijsvrm@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |gijsvrm@gmail.com
--- Comment #1 from Gijs Vermeulen gijsvrm@gmail.com --- Fixed by: https://source.winehq.org/git/wine.git/commit/c022c46613c137ab53185b5e7752af...
https://bugs.winehq.org/show_bug.cgi?id=43707
Nikolay Sivov bunglehead@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- Version|unspecified |2.17 Fixed by SHA1| |c022c46613c137ab53185b5e775 | |2aff14a085c4b Status|UNCONFIRMED |RESOLVED Resolution|--- |FIXED
--- Comment #2 from Nikolay Sivov bunglehead@gmail.com --- Marking fixed, c022c46613c137ab53185b5e7752aff14a085c4b. Thanks, Hugh.
https://bugs.winehq.org/show_bug.cgi?id=43707
Alexandre Julliard julliard@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |CLOSED
--- Comment #3 from Alexandre Julliard julliard@winehq.org --- Closing bugs fixed in 2.18.
https://bugs.winehq.org/show_bug.cgi?id=43707
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|--- |2.0.x
https://bugs.winehq.org/show_bug.cgi?id=43707
Michael Stefaniuc mstefani@winehq.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Target Milestone|2.0.x |---
--- Comment #4 from Michael Stefaniuc mstefani@winehq.org --- Removing the 2.0.x milestone from bugs included in 2.0.4.