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-
在 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
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
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
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
___
在 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