mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-13 19:19:23 +08: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();
|
|
} |