[Mingw-w64-public] [PATCH] headers: Add missing symbols in dhcpv6csdk.h

2023-07-18 Thread Biswapriyo Nath
From 0c0633a6244e10717f3a1cba412150a2096c9f90 Mon Sep 17 00:00:00 2001 From: Biswapriyo Nath Date: Wed, 19 Jul 2023 11:39:55 +0530 Subject: [PATCH] headers: Add missing symbols in dhcpv6csdk.h Also fix some function declarations. Required for https://chromium.googlesource.com/chromium/chromium/

Re: [Mingw-w64-public] [PATCH] headers: Add C11 variants of gmtime_s and localtime_s

2023-07-18 Thread LIU Hao
在 2023/7/18 21:41, Christian Franke 写道: AFAICS various of the Annex K *_s() functions are long standing parts of MSVCRT/UCRT and have a compatible signature. The patch was not intended to be a starting point for adding any of the missing functions. It only should fix this incompatibility if re

Re: [Mingw-w64-public] [PATCH] headers: Add C11 variants of gmtime_s and localtime_s

2023-07-18 Thread Christian Franke
LIU Hao wrote: 在 2023/7/16 00:59, Christian Franke 写道: According to https://en.cppreference.com/w/c/chrono/localtime C11 added optional gmtime_s() and localtime_s() which conflict with the long standing MSVCRT/UCRT variants. I have no idea why they did this (C23 finally adds the traditional *_

Re: [Mingw-w64-public] [PATCH] headers: Add C11 variants of gmtime_s and localtime_s

2023-07-18 Thread LIU Hao
在 2023/7/16 00:59, Christian Franke 写道: According to https://en.cppreference.com/w/c/chrono/localtime C11 added optional gmtime_s() and localtime_s() which conflict with the long standing MSVCRT/UCRT variants. I have no idea why they did this (C23 finally adds the traditional *_r() functions whi