[Mingw-w64-public] 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

[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