mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-04 10:16:24 +02:00
8 lines
158 B
C
8 lines
158 B
C
|
|
#pragma once
|
||
|
|
#include <string>
|
||
|
|
|
||
|
|
namespace PastePlainConstants
|
||
|
|
{
|
||
|
|
// Name of the powertoy module.
|
||
|
|
inline const std::wstring ModuleKey = L"PastePlain";
|
||
|
|
}
|