mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 11:16:51 +02:00
7 lines
135 B
C
7 lines
135 B
C
|
|
#include <string>
|
||
|
|
|
||
|
|
namespace AwakeConstants
|
||
|
|
{
|
||
|
|
// Name of the powertoy module.
|
||
|
|
inline const std::wstring ModuleKey = L"Awake";
|
||
|
|
}
|