Initial Commit
This commit is contained in:
15
amcus/amcus.h
Normal file
15
amcus/amcus.h
Normal file
@ -0,0 +1,15 @@
|
||||
#pragma once
|
||||
|
||||
#include <windows.h>
|
||||
|
||||
#include "amcus/config.h"
|
||||
#include "amcus/iauth.h"
|
||||
|
||||
HRESULT amcus_hook_init(struct amcus_config *cfg);
|
||||
|
||||
DEFINE_GUID(
|
||||
amcus_rclsid,
|
||||
0x4603BB03,
|
||||
0x058D,
|
||||
0x43D9,
|
||||
0xB9, 0x6F, 0x63, 0x9B, 0xE9, 0x08, 0xC1, 0xED);
|
Reference in New Issue
Block a user