mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-09 20:57:22 +02:00
[BugReportTool] Report compatibility tabs (#11375)
This commit is contained in:
11
tools/BugReportTool/BugReportTool/RegistryUtils.h
Normal file
11
tools/BugReportTool/BugReportTool/RegistryUtils.h
Normal 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);
|
||||
Reference in New Issue
Block a user