This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Fix compilation using mingw.org's MinGW


On 4/18/19 4:36 PM, Eli Zaretskii wrote:

> MinGW64 no longer supports versions of Windows older than XP, but
> mingw.org's MinGW does.  Since we load GetCurrentConsoleFont
> dynamically at run time, and have code for when the load fails, it
> makes sense to not assume XP at compile time.  The patch below does
> that.  OK to push (with the pertinent ChangeLog entry)?

Didn't we drop support for < XP some time ago?

Thanks,
Pedro Alves


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]