meson: remove _ISOCXX_SOURCE macros on Windows
With a proper C11 compiler we don't need this. Either they activate C11 things in the compiler which should be there anyway. Or in the SDK which is __USE_MINGW_ANSI_STDIO for C99 and nothing else.
Please register or sign in to comment