Re: [Mingw-w64-public] [PATCH v3] crt: Remove duplicate entries from DEF files

2022-05-01 Thread LIU Hao
在 2022-05-02 05:22, Martin Storsjö 写道: On Sun, 1 May 2022, LIU Hao wrote: Some more issues addressed:  * 'api-ms-win-crt-math-l1-1-0.def.in' contained both `hypot == _hypot` and `hypot`.  * 'api-ms-win-crt-math-l1-1-0.def.in' contained both `nextafter == _nextafter` and `nextafter`.  * 'kern

Re: [Mingw-w64-public] [PATCH v3] crt: Remove duplicate entries from DEF files

2022-05-01 Thread Martin Storsjö
On Sun, 1 May 2022, LIU Hao wrote: Some more issues addressed: * 'api-ms-win-crt-math-l1-1-0.def.in' contained both `hypot == _hypot` and `hypot`. * 'api-ms-win-crt-math-l1-1-0.def.in' contained both `nextafter == _nextafter` and `nextafter`. * 'kernel32.def.in' contained both `F_X64(Enter

[Mingw-w64-public] [PATCH v3] crt: Remove duplicate entries from DEF files

2022-05-01 Thread LIU Hao
Some more issues addressed: * 'api-ms-win-crt-math-l1-1-0.def.in' contained both `hypot == _hypot` and `hypot`. * 'api-ms-win-crt-math-l1-1-0.def.in' contained both `nextafter == _nextafter` and `nextafter`. * 'kernel32.def.in' contained both `F_X64(EnterUmsSchedulingMode)` and `EnterUms