Re: [Mingw-w64-public] FW: UCRT def files

2016-12-19 Thread JonY
On 12/19/2016 08:12 AM, marcboo...@gmail.com wrote: > I have created def files of all UCRT api sets plus some others. I > have tested it by linking this hello wold code. > > gcc hello.c -lstdio > > #include > > main(){ puts(“hello”); } > > It works but several function are missing like

[Mingw-w64-public] FW: UCRT def files

2016-12-19 Thread marcboocha
I have created def files of all UCRT api sets plus some others. I have tested it by linking this hello wold code. gcc hello.c -lstdio #include main(){    puts(“hello”); } It works but several function are missing like malloc. We need malloc. I recommend malloc. Another thing is the