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

2022-04-29 Thread LIU Hao
在 2022-04-29 22:20, Biswapriyo Nath 写道: Is it possible to add that srcipt in mingw-w64\mingw-w64-headers\testcases folder (or something similar)? Well it would be fine if everyone knew how to use it: https://github.com/lhmouse/asteria -- Best regards, LIU Hao OpenPGP_signature Descript

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

2022-04-29 Thread LIU Hao
在 2022-04-29 22:15, LIU Hao 写道: This patch was generated automatically by this script: This script has also detected a duplicate `EnterUmsSchedulingMode` of a conditional one in kernel32.def.in, introduced by 24842d45e025db0d38fa2bbd932b95a83282efa2. -- Best regards, LIU Hao OpenPGP_sig

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

2022-04-29 Thread Biswapriyo Nath
Is it possible to add that srcipt in mingw-w64\mingw-w64-headers\testcases folder (or something similar)? ___ Mingw-w64-public mailing list Mingw-w64-public@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

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

2022-04-29 Thread LIU Hao
This patch was generated automatically by this script: ``` #!/usr/bin/env asteria for(var k = 0; k != __varg(); ++k) { var path = __varg(k); std.io.putfln("processing: $1", path); var text = std.filesystem.file_read(path); var old_lines = std.string.explode(text, "\n");