On Wed, 25 Oct 2023, Mark Harmstone wrote:

Signed-off-by: Mark Harmstone <[email protected]>
---
.../api-ms-win-core-console-l1-2-0.def        | 14 --------
.../api-ms-win-core-console-l2-1-0.def        |  3 --
.../api-ms-win-core-console-l2-2-0.def        | 35 -------------------
.../lib32/api-ms-win-core-console-l1-2-0.def  | 14 --------
.../lib32/api-ms-win-core-console-l2-1-0.def  |  3 --
.../lib32/api-ms-win-core-console-l2-2-0.def  | 35 -------------------
6 files changed, 104 deletions(-)

Most patches looked good, there were just a few minor details I noticed.

Before this patch, we had PeekConsoleInputA in both l1-1-0 and l1-2-0 - this patch removed it from l1-2-0, while PeekConsoleInputW was kept in l1-2-0. In WinSDK 19041 they're both in l1-2-0, so I updated the patch to match that. (In WinSDK 16299 and before, they were scattered over l1-1-0 and l2-1-0.) The same goes for GetConsoleTitleW and SetConsoleTitleW as well; I tweaked the patch before pushing, to match current WinSDK versions.

// Martin



_______________________________________________
Mingw-w64-public mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public

Reply via email to