/ tools / BugReportTool / BugReportTool / RegistryUtils.h
RegistryUtils.h
 1  #pragma once
 2  
 3  #include <vector>
 4  #include <string>
 5  #include <fstream>
 6  #include <filesystem>
 7  #include <unordered_map>
 8  #include <Windows.h>
 9  
10  void ReportRegistry(const std::filesystem::path& tmpDir);
11  void ReportCompatibilityTab(const std::filesystem::path& tmpDir);