Files
PowerToys/tools/BugReportTool/BugReportTool/EventViewer.h

8 lines
131 B
C
Raw Normal View History

#pragma once
#include <filesystem>
namespace EventViewer
{
void ReportEventViewerInfo(const std::filesystem::path& tmpDir);
}