23 Jan
2025
23 Jan
'25
9:36 p.m.
William Horvath (@whrvth) commented about include/wingdi.h:
DWORD elpStyleEntry[1]; } EXTLOGPEN, *PEXTLOGPEN, *NPEXTLOGPEN, *LPEXTLOGPEN;
+typedef struct tagEXTLOGPEN32 +{ + DWORD elpPenStyle; + DWORD elpWidth; + UINT elpBrushStyle; + COLORREF elpColor; + ULONG elpHatch;
```suggestion:-0+0 ULONG_PTR elpHatch; ``` But then it would be identical to the struct above it. That's what's breaking the compilation, anyways. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/7183#note_92619