mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-06 03:07:04 +02:00
* Scrubbing name conventions * Fix naming for projects * Fix folder naming * More folder cleanup * More left-over file changes * Reverting LCL files, because these will be handled by the loc team * Remove legacy file that is no longer used. * Update latest
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";
|
|
} |