pykd/pykd_bootstrapper/stdafx.h
SND\ussrhero_cp 16ebf54df7 [0.3.x] added : pykd.dll ( bootstrapper for windbg )
git-svn-id: https://pykd.svn.codeplex.com/svn@90068 9b283d60-5439-405e-af05-b73fd8c4d996
2017-11-03 15:24:07 +04:00

17 lines
419 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 "targetver.h"
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
// Windows Header Files:
#include <windows.h>
// TODO: reference additional headers your program requires here