|
From: Allin C. <cot...@wf...> - 2017-09-29 19:15:15
|
On Fri, 29 Sep 2017, Allin Cottrell wrote: > On Fri, 29 Sep 2017, Hans-Bernhard Bröker wrote: > >> Moreover, it's not just >>> the Watcom compiler that's affected: swprintf_s is not declared in the >>> headers provided for cross-compilation via mingw64. >> >> I see no such problem here. Maybe your version of mingw64 is outdated? >> >> (For reference, I'm using the current version of the MinGW64 headers as >> installed by Cygwin, from package mingw64-x86_64-headers-5.0.2-1). > > My headers are also version 5.0.2 but I guess something must be > wrong with my setup; I'll investigate. Ah, the build goes OK if I add -DMINGW_HAS_SECURE_API to CFLAGS. Maybe that information could be added in config/mingw? Allin Cottrell |