mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 17:56:44 +02:00
8 lines
131 B
C++
8 lines
131 B
C++
#pragma once
|
|
#include <filesystem>
|
|
|
|
namespace EventViewer
|
|
{
|
|
void ReportEventViewerInfo(const std::filesystem::path& tmpDir);
|
|
}
|