RetroArch/pkg/msvc-uwp/RetroArch-msvc2017-UWP-cores-nonfree/dummy.cpp
twinaphex ff1ca99748 (MSVC 2017 UWP) Buildfix
(MSVC 2017 UWP) Renaming
2019-01-02 07:27:47 +01:00

6 lines
124 B
C++

[Platform::MTAThread]
int main(Platform::Array<Platform::String^>^)
{
throw ref new Platform::NotImplementedException();
}