Ah, OK. That makes sense.
From: Martin Storsjö
Sent: Saturday, June 30, 2018 4:15 PM
To: mingw-w64-public@lists.sourceforge.net
Subject: Re: [Mingw-w64-public] wcstof redefined error
On Sat, 30 Jun 2018, Zachary Greve wrote:
> It appears that wcstof
It appears that wcstof is implemented in stdlib.h, but when compiling the crt
it is redefined in misc/wcstof.c, terminating the compilation. That is somewhat
annoying when trying to build a MinGW-w64 toolchain.
--
Check o
Here are the ARM .def files, debug and release.
;
; Definition file of ucrtbased.dll
; Automatic generated by gendef
; written by Kai Tietz 2008
;
LIBRARY "ucrtbased.dll"
EXPORTS
_Cbuild
_Cmulcc
_Cmulcr
_CreateFrameInfo
_CrtCheckMemory
_CrtDbgReport
_CrtDbg
I'll see if I can find the ARM versions on my computer and get the .def files
for them.
I'll report back as soon as I get some .def files made.
--