StdAfx.h revision baa3858d3f5d128a5c8466b700098109edcad5f2
1// StdAfx.h
2
3#ifndef __STDAFX_H
4#define __STDAFX_H
5
6#include "../Common/MyWindows.h"
7#include "../Common/NewHandler.h"
8
9#endif
10