First, is XP officially dropped (I read the configure and it still default to NT52)? if so please bring it back cause all NT 5.x Windows variants don't have difftime32/64 in msvcrt.dll.
I was building cmake and the produced cmake.exe complained it missing _difftime64.
I try to add difftime*.o (from v5.04) to libmingex.a manually but linker still doesn't pick it up...
I check the buildspecs and can verify that -lmingex came before -lmsvcrt, in v7.0 libmsvcrt.a does have difftime32/64 imports but libmingwex.a should be picked first no?
this is gcc 9.3.0 just in case