7 lines
149 B
C++
7 lines
149 B
C++
#pragma once
|
|
#include "head.h"
|
|
namespace Tools {
|
|
auto EnableDebugPrivilege(bool bEnable) -> bool;
|
|
auto Is64BitPorcess(HANDLE hProcess) -> bool;
|
|
};
|