From de89eaaa4f732f3c5cf99efddebe167c3bbe1298 Mon Sep 17 00:00:00 2001 From: = Date: Fri, 29 Mar 2024 15:42:49 -0400 Subject: [PATCH] Getting rid of stuff we don't need --- soh-uwp/Package.appxmanifest | 1 - soh-uwp/main.cpp | 4 ---- 2 files changed, 5 deletions(-) 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