38465e69a8
Merge branch 'land-8795' into upstream-master
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__
|