1// StdAfx.h
2
3#ifndef __STDAFX_H
4#define __STDAFX_H
5
6#include <windows.h>
7#include <stdio.h>
8
9#endif
10