1#ifndef __CVE_2016_0040_LIBRARY_H__ 2#define __CVE_2016_0040_LIBRARY_H__ 3 4#include <windef.h> 5 6BOOLEAN TriggerExploit(VOID); 7 8#endif //__CVE_2016_0040_LIBRARY_H__ 9