Files
metasploit-gs/external/source/exploits/CVE-2019-0841/stdafx.h
T
2019-07-09 09:08:28 -05:00

14 lines
308 B
C

// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#include <stdio.h>
#include <tchar.h>
#include <Windows.h>
#include "CommonUtils.h"
#include "ntimports.h"
#include "typed_buffer.h"