UI: Merge win-update and nix-update

This commit is contained in:
derrod
2023-02-19 01:35:56 +01:00
committed by Patrick Heyer
parent 64176daaf4
commit 0972da9e1a
19 changed files with 492 additions and 1078 deletions
+3 -2
View File
@@ -77,12 +77,13 @@
#include <sstream>
#ifdef _WIN32
#include "win-update/win-update.hpp"
#include "update/win-update.hpp"
#include "update/shared-update.hpp"
#include "windows.h"
#endif
#if !defined(_WIN32) && defined(WHATSNEW_ENABLED)
#include "nix-update/nix-update.hpp"
#include "update/shared-update.hpp"
#endif
#include "ui_OBSBasic.h"