[BugReportTool] Report compatibility tabs (#11375)

This commit is contained in:
Mykhailo Pylyp
2021-05-20 18:41:12 +03:00
committed by GitHub
parent 601da71f15
commit d55badf14a
8 changed files with 143 additions and 41 deletions

View File

@@ -0,0 +1,11 @@
#pragma once
#include <vector>
#include <string>
#include <fstream>
#include <filesystem>
#include <unordered_map>
#include <Windows.h>
void ReportRegistry(const std::filesystem::path& tmpDir);
void ReportCompatibilityTab(const std::filesystem::path& tmpDir);