Files
metasploit-gs/external/source/exploits/ntapphelpcachecontrol/exploit/stdafx.h
T
2015-01-09 19:04:50 -06:00

15 lines
207 B
C
Executable File

#pragma once
#include "targetver.h"
#include <stdio.h>
#include <tchar.h>
#define WIN32_NO_STATUS 1
#include <Windows.h>
#undef WIN32_NO_STATUS
#include <ntstatus.h>
#include <winternl.h>