mirror of
https://github.com/izzy2lost/shipdev.git
synced 2026-03-26 16:50:51 -07:00
Getting rid of stuff we don't need
This commit is contained in:
@@ -51,7 +51,6 @@
|
||||
<Capabilities>
|
||||
<rescap:Capability Name="runFullTrust"/>
|
||||
<rescap:Capability Name="broadFileSystemAccess" />
|
||||
<rescap:Capability Name="expandedResources" />
|
||||
<Capability Name="internetClient" />
|
||||
<uap:Capability Name="removableStorage"/>
|
||||
</Capabilities>
|
||||
|
||||
@@ -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();
|
||||
}
|
||||
Reference in New Issue
Block a user