PowerToys/tools/BugReportTool/BugReportTool/EventViewer.h
2021-05-26 16:23:49 +03:00

8 lines
131 B
C++

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