mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 17:56:44 +02:00
7 lines
193 B
C++
7 lines
193 B
C++
#pragma once
|
|
namespace settings_telemetry
|
|
{
|
|
static std::wstring send_info_file = L"settings-telemetry.json";
|
|
static std::wstring last_send_option = L"last_send_time";
|
|
void init();
|
|
} |