Skip to content
  • Brad King's avatar
    VS: Do not compile C sources as WinRT (#15100) · dd11ae8f
    Brad King authored
    The MSVC /ZW flag is valid only for C++ sources.  Whenever we enable
    CompileAsWinRT for the whole target, disable it for all C sources.
    Update the documentation of VS_WINRT_COMPONENT to drop the statement
    about undefined behavior for non-C++ sources, because it is now
    defined as expected.
    dd11ae8f