updating: split installer-related and github-related APIs, fix compilation error with latest VS

This commit is contained in:
yuyoyuppe
2020-11-20 11:34:34 +03:00
committed by Andrey Nekrasov
parent 0626519b4d
commit 9c5f142786
14 changed files with 247 additions and 193 deletions

View File

@@ -20,4 +20,8 @@
#include <spdlog/sinks/null_sink.h>
#include <spdlog/sinks/stdout_color_sinks.h>
#include <winrt/base.h>
#include <winrt/Windows.Foundation.h>
#include <winrt/Windows.Foundation.Collections.h>
#include <cxxopts.hpp>