Skip to content
  • Steve Lhomme's avatar
    meson: remove _ISOCXX_SOURCE macros on Windows · d7a9bc23
    Steve Lhomme authored
    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.
    d7a9bc23