mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-05 10:46:33 +02:00
Report tool improvements (#8709)
* bugreport: move to tools * bugreport: skip packaging installers, format time with seconds, remove monitor-info-report tool * bugreport: move BugReportTool to Tools folder * fix CI * fix CDPX
This commit is contained in:
4
tools/BugReportTool/BugReportTool/ReportMonitorInfo.h
Normal file
4
tools/BugReportTool/BugReportTool/ReportMonitorInfo.h
Normal file
@@ -0,0 +1,4 @@
|
||||
#pragma once
|
||||
#include <fstream>
|
||||
|
||||
int report(std::wostream& os);
|
||||
Reference in New Issue
Block a user