Re: [Mingw-w64-public] STORAGE_PROTOCOL_COMMAND support in winioctl.h

2023-03-30 Thread Biswapriyo Nath
Just asking. Do you have a open-source project which uses those symbols and can be compiled with mingw toolchain? Though it is not required, having a project would help to make sure that the header file is right. ___ Mingw-w64-public mailing list Mingw-

Re: [Mingw-w64-public] [PATCH] crt: Reimplement `dirname()` and `basename()`

2023-03-30 Thread LIU Hao
在 2023/3/30 17:04, Corinna Vinschen 写道: Well, CMD is just one application and, given how the Windows API works, is not free from bugs... Yeah it looks like a bug in CMD. Both PowerShell and `FindFirstFile()` accepts `\\host\\\share` without issues. I would like to hear about what others thin

Re: [Mingw-w64-public] Migration from SF and port from Autotools

2023-03-30 Thread Jacek Caban via Mingw-w64-public
On 3/20/23 16:44, مهدي شينون wrote: Hi everyone, Could you please consider migrating your project to another host other than sourcefoge where people could file bugs, propose changes and discuss things (like GitHub ot GitLab). Using mailing-list for that is a way that's not suitable for youn

Re: [Mingw-w64-public] [PATCH] crt: Reimplement `dirname()` and `basename()`

2023-03-30 Thread Corinna Vinschen
On Mar 29 22:19, LIU Hao wrote: > 在 2023-03-29 21:33, Corinna Vinschen 写道: > > I don't think this is correct. Multiple backslashes are folded into a > > single backslash by the Windows API layer. Thus \\host\\share is not > > equivalent to > > > >\\host\\ > > > > but to > > > >\\host\s

[Mingw-w64-public] STORAGE_PROTOCOL_COMMAND support in winioctl.h

2023-03-30 Thread Rishabh Shukla
Hi, Some of the latest structures are missing in the 'winioctl.h' header file. I am especially looking for 'STORAGE_PROCOTOL_COMMAND' that can be used to send nvme pass-through commands. Is it possible to pull those latest structures here in MinGW? Thanks Raj ___

Re: [Mingw-w64-public] [PATCH] crt: Remove conversion functions between UTF-{16, 32} characters from MSVCRT

2023-03-30 Thread LIU Hao
在 2023/3/24 16:47, LIU Hao 写道: rom 544a196787132e0ceae01fe2f0f6c62e76da0e05 Mon Sep 17 00:00:00 2001 From: LIU Hao Date: Fri, 24 Mar 2023 16:38:51 +0800 Subject: [PATCH] crt: Remove conversion functions between UTF-{16,32} characters from MSVCRT Microsoft documentation says these functions ope