mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-20 23:07:55 +08:00
8 lines
131 B
C++
8 lines
131 B
C++
#pragma once
|
|
#include <filesystem>
|
|
|
|
namespace EventViewer
|
|
{
|
|
void ReportEventViewerInfo(const std::filesystem::path& tmpDir);
|
|
}
|