Home » Developing U++ » Bugs (& fixes) » Compilation against MINGW32 is broken
Compilation against MINGW32 is broken [message #44990] |
Sat, 08 August 2015 04:56 |
Novo
Messages: 1377 Registered: December 2006
|
Ultimate Contributor |
|
|
Could you please replace code below in function void ChSysInit()
with
#if (WINVER >= 0x0600 && !defined(__MINGW32_VERSION))
This should fix compilation against MINGW32. It doesn't define NONCLIENTMETRICS::iPaddedBorderWidth.
MINGW64 is fine.
I tested this issue against TDM-GCC-32 (gcc version 5.1.0 (tdm-1))
Thanks.
Regards,
Novo
|
|
|
|
Goto Forum:
Current Time: Wed Dec 04 22:51:56 CET 2024
Total time taken to generate the page: 0.01906 seconds
|