mirror of
https://github.com/microsoft/PowerToys.git
synced 2025-12-17 20:28:00 +01:00
7 lines
149 B
C
7 lines
149 B
C
|
|
#include <string>
|
||
|
|
|
||
|
|
namespace PowerDisplayConstants
|
||
|
|
{
|
||
|
|
// Name of the powertoy module.
|
||
|
|
inline const std::wstring ModuleKey = L"PowerDisplay";
|
||
|
|
}
|