From 748f50cf85e5b26a83472cba636fc85e975bfcbb Mon Sep 17 00:00:00 2001 From: Sebastian Date: Wed, 16 May 2018 12:42:50 +0200 Subject: [PATCH] windows.cfg: Add 32/64 bit time related functions and types. (#1236) Fix declaration comments for _localtime32_s() and _localtime64_s(). Add functions _time32 and _time64, and types __time32_t and __time64_t. References: https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/localtime-s-localtime32-s-localtime64-s https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/time-time32-time64 --- cfg/windows.cfg | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) diff --git a/cfg/windows.cfg b/cfg/windows.cfg index b54c34e9a..6161f3ac6 100644 --- a/cfg/windows.cfg +++ b/cfg/windows.cfg @@ -3789,8 +3789,8 @@ HFONT CreateFont( - + false @@ -3802,6 +3802,26 @@ HFONT CreateFont( + + + + false + + + + + + + + + + false + + + + + + @@ -5263,6 +5283,8 @@ HFONT CreateFont( + +