Re: [Mingw-w64-public] where is the strftime code ?

2022-01-14 Thread Biswapriyo Nath
It is exported from msvcrt.dll and ucrtbase.dll, depends on which one you selected to link with. The documentation is here https://docs.microsoft.com/en-us/cpp/c-runtime-library/reference/strftime-wcsftime-strftime-l-wcsftime-l ___ Mingw-w64-public

[Mingw-w64-public] where is the strftime code ?

2022-01-14 Thread Michel Zou
Hello, I wanted to see if I could patch strftime to handle the %V type character, but I could only find the prototypes for that function in the code, what am I missing ? see also https://sourceforge.net/p/mingw-w64/bugs/793/ ___ Mingw-w64-public