search for: have_wutime64

Displaying 1 result from an estimated 1 matches for "have_wutime64".

2019 Aug 14
0
A small build fix for some MinGW toolchains
...cmp` and `_strnicmp` are also may fail. Therefore it's prefer to use `stricmp` and `strnicmp` (without `_` prefix) on MinGW toolchains. I have added a small check into CMake build, however, I didn't touched Automake and MSVC builds yet. Anyway, for MSVC builds you can simply define the `HAVE_WUTIME64` macro if MSVC toolchains are always have that call available. I have included a patch and a simple test program which tests availability of `_wutime64()` call. Can you apply my patch or make a different fix of this issue? Best regards, Vitaly Novichkov "Wohlstand" --------------...