添加项目文件。
This commit is contained in:
6
sleep_duck/tools.h
Normal file
6
sleep_duck/tools.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#pragma once
|
||||
#include "head.h"
|
||||
namespace Tools {
|
||||
auto EnableDebugPrivilege(bool bEnable) -> bool;
|
||||
auto Is64BitPorcess(HANDLE hProcess) -> bool;
|
||||
};
|
||||
Reference in New Issue
Block a user