mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +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);
|
||
|
|
}
|