8 lines
161 B
C
8 lines
161 B
C
|
|
#ifndef __CVE_2016_0040_LIBRARY_H__
|
||
|
|
#define __CVE_2016_0040_LIBRARY_H__
|
||
|
|
|
||
|
|
#include <windef.h>
|
||
|
|
|
||
|
|
BOOLEAN TriggerExploit(VOID);
|
||
|
|
|
||
|
|
#endif //__CVE_2016_0040_LIBRARY_H__
|