[Mingw-w64-public] ID2D1Multithread interface

2016-12-19 Thread Ruslan Garipov
Do maintainers of MINGW have any plans to include `ID2D1Multithread` to the project? Here is documentation for `ID2D1Multithread` interface: https://msdn.microsoft.com/en-us/library/windows/desktop/hh997713(v=vs.85).aspx Thanks.

[Mingw-w64-public] FLT_EPSILON missing

2016-12-19 Thread Vincent Torri
Hello it seems that FLT_EPSILON and DBL_EPSILON are missing in float.h. at least, i can't find it here : https://sourceforge.net/p/mingw-w64/mingw-w64/ci/master/tree/mingw-w64-headers/crt/float.h for reference, see : https://msdn.microsoft.com/fr-fr/library/k15zsh48.aspx can this be added ?

Re: [Mingw-w64-public] Will be fesetenv fixed?

2016-12-19 Thread David Wohlferd
FWIW, I agree that this code does not look right. The purpose of fesetenv(const fenv_t * envp) is to change the settings of the floating point environment as specified by the parameter. However, instead of using the values from the parameter, the current code *overwrites* the passed in

[Mingw-w64-public] Will be fesetenv fixed?

2016-12-19 Thread Zidane Sama
Fesetenv does not change fpu rounding mode. This bug already described in https://sourceforge.net/p/mingw-w64/bugs/541/ -- Developer Access Program for Intel Xeon Phi Processors Access to Intel Xeon Phi processor-based

[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

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