[videodb] remove unused seasons table from episode_view
[xbmc.git] / xbmc / platform / win10 / main.cpp
blob0b5f388c52cbf032a39edcc7e6e41cc802b587d2
1 /*
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.
7 */
9 #include "pch.h"
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>());