Edit

kc3-lang/SDL/VisualC-WinRT/tests

Branch :

  • Show log

    Commit

  • Author : David Ludwig
    Date : 2013-09-16 22:27:30
    Hash : efb3cdca
    Message : WinRT: renamed SDL_winrt_main.cpp to indicate that it should only be used in non-XAML apps This can break builds of existing SDL/WinRT apps. To fix, remove the reference to SDL_winrt_main.cpp, then add a reference to the renamed file, SDL_winrt_main_NonXAML.cpp. If you get a build error about a missing .winmd file, enable the /ZW compiler flag for that one file (at minimum).