meson: disable UCRT math usage on 32-bit Windows target
32-bit UCRT does not provide specialized float functions. There are inline versions of them, but set of inlined functions is not the same as in the mingw-w64 headers. To avoid making it more complex than it should be, just disable UCRT usage on 32-bit target.