mirror of
https://github.com/e-fin/ADWS-BOF
synced 2026-06-23 09:33:17 +00:00
10 lines
198 B
C
10 lines
198 B
C
#ifndef _SLEEPMASK_H_
|
|
#define _SLEEPMASK_H_
|
|
|
|
#include <windows.h>
|
|
#include "beacon.h"
|
|
#include "beacon_gate.h"
|
|
|
|
typedef void(* SLEEPMASK_FUNC)(PBEACON_INFO, PFUNCTION_CALL);
|
|
#endif // _SLEEPMASK_H_
|