obs-studio/UI/nix-update/nix-update-helpers.hpp
derrod 9140c260ee UI: Add Whats New for macOS/Linux
- Requires MbedTLS on Linux
- Enabled by default on macOS and Flatpak
- Enabled on linux via ENABLE_WHATSNEW_LINUX
- Enables compilation of blake2 on Linux/macOS
- Makes header name check also work with lowercase header
- Changes WahtsNew to be only enabled when browser panels are available
2022-08-13 16:46:48 -07:00

7 lines
100 B
C++

#pragma once
#include <cstdint>
#include <string>
std::string strprintf(const char *format, ...);