mirror of
https://github.com/donnaskiez/ac.git
synced 2024-11-21 22:24:08 +01:00
eee
This commit is contained in:
parent
6238e5d7d6
commit
2861eed804
1 changed files with 2 additions and 2 deletions
|
@ -5,9 +5,9 @@
|
|||
#include <TlHelp32.h>
|
||||
#include <string>
|
||||
|
||||
namespace UserMode
|
||||
namespace usermode
|
||||
{
|
||||
namespace Process
|
||||
namespace process
|
||||
{
|
||||
HANDLE GetHandleToProcessGivenName( std::string ProcessName );
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue