On Sun, 19 Feb 2023, LIU Hao wrote:
在 2023-02-19 17:03, Martin Storsjö 写道:
On Mon, 13 Feb 2023, Martin Storsjö wrote:
This was fixed in wchar.h in 7a2c4749ecbd8d99e0f0b6bcc2737dd36e4a2341
in 2021, but this function can be declared by either string.h or
wchar.h - thus fix the other case to be
在 2023-02-19 17:03, Martin Storsjö 写道:
On Mon, 13 Feb 2023, Martin Storsjö wrote:
This was fixed in wchar.h in 7a2c4749ecbd8d99e0f0b6bcc2737dd36e4a2341
in 2021, but this function can be declared by either string.h or
wchar.h - thus fix the other case to be consistent too.
Signed-off-by: Martin
On Mon, 13 Feb 2023, Martin Storsjö wrote:
This was fixed in wchar.h in 7a2c4749ecbd8d99e0f0b6bcc2737dd36e4a2341
in 2021, but this function can be declared by either string.h or
wchar.h - thus fix the other case to be consistent too.
Signed-off-by: Martin Storsjö
---
mingw-w64-headers/crt/stri
This was fixed in wchar.h in 7a2c4749ecbd8d99e0f0b6bcc2737dd36e4a2341
in 2021, but this function can be declared by either string.h or
wchar.h - thus fix the other case to be consistent too.
Signed-off-by: Martin Storsjö
---
mingw-w64-headers/crt/string.h | 4
1 file changed, 4 insertions(+
On Tue, 2 Mar 2021, Liu Hao wrote:
在 2021/3/2 下午3:44, Martin Storsjö 写道:
Since the UCRT, the wcstok() function has the C99 compliant signature
with a third parameter for thread safety.
Signed-off-by: Martin Storsjö
---
mingw-w64-headers/crt/wchar.h | 4
1 file changed, 4 insertions(+)
在 2021/3/2 下午3:44, Martin Storsjö 写道:
Since the UCRT, the wcstok() function has the C99 compliant signature
with a third parameter for thread safety.
Signed-off-by: Martin Storsjö
---
mingw-w64-headers/crt/wchar.h | 4
1 file changed, 4 insertions(+)
This patch looks good to me, too
Since the UCRT, the wcstok() function has the C99 compliant signature
with a third parameter for thread safety.
Signed-off-by: Martin Storsjö
---
mingw-w64-headers/crt/wchar.h | 4
1 file changed, 4 insertions(+)
diff --git a/mingw-w64-headers/crt/wchar.h b/mingw-w64-headers/crt/wchar.h
in