mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-15 19:27:56 +01:00
* wip * Improved registry bug reporting * Don't use macros * Ignore spelling of NLSTEXT in macro * Various improvements * Move functions to separate files * Rename result file to registry-report-info.txt * Rename a poorly named function in ReportMonitorInfo.cpp * Restrict scope of symbols in these .cpp files Co-authored-by: Davide <davide.giacometti@outlook.it>
5 lines
94 B
C++
5 lines
94 B
C++
#pragma once
|
|
#include <fstream>
|
|
|
|
void reportMonitorInfo(const std::filesystem::path& tmpDir);
|