mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-14 11:39:16 +08:00
7 lines
87 B
C
7 lines
87 B
C
|
#pragma once
|
||
|
|
||
|
#include "pch.h"
|
||
|
|
||
|
bool add_registry_keys();
|
||
|
bool delete_registry_keys();
|