crt: Don't provide strtold/wcstold in the UCRT import libraries The long double type in the UCRT doesn't match the one in mingw on x86, thus make sure we don't accidentally link to them (if the user e.g. specifies the CRT import library before libmingwex.a). Signed-off-by: Martin Storsjö <martin@martin.st>