diff --git a/soh-uwp/Package.appxmanifest b/soh-uwp/Package.appxmanifest index 2dd6e250..fe3b2ea0 100644 --- a/soh-uwp/Package.appxmanifest +++ b/soh-uwp/Package.appxmanifest @@ -51,7 +51,6 @@ - diff --git a/soh-uwp/main.cpp b/soh-uwp/main.cpp index b60468da..388c17f2 100644 --- a/soh-uwp/main.cpp +++ b/soh-uwp/main.cpp @@ -86,9 +86,5 @@ int CALLBACK WinMain(HINSTANCE, HINSTANCE, LPSTR, int) (char*) "example", NULL }; - - - winrt::init_apartment(); return SDL_WinRTRunApp(SDL_main, args); - winrt::uninit_apartment(); } \ No newline at end of file