// 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 <iostream>
#include <tchar.h>

#include <windows.h>

#include <imagehlp.h>
#include <delayimp.h>

#include <process.h>

// This varies between OS's
#import "c:\\windows\\system32\\msxml3.dll"

syntax highlighted by Code2HTML, v. 0.9.1