2 * Copyright (C) 2017-2018 Team Kodi
3 * This file is part of Kodi - https://kodi.tv
5 * SPDX-License-Identifier: GPL-2.0-or-later
6 * See LICENSES/README.md for more information.
11 #include "platform/win10/Win10App.h"
13 using namespace KODI::PLATFORM::WINDOWS10
;
15 int __stdcall
WinMain(HINSTANCE
, HINSTANCE
, PCSTR
, int)
17 winrt::init_apartment();
18 winrt::Windows::ApplicationModel::Core::CoreApplication::Run(winrt::make
<App
>());