Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 139 Bytes

StdAfx.h

File metadata and controls

9 lines (6 loc) · 139 Bytes
 
Jan 23, 2008
Jan 23, 2008
1
2
3
4
5
6
7
8
9
// StdAfx.h
#ifndef __STDAFX_H
#define __STDAFX_H
#include "../../../Common/MyWindows.h"
#include "../../../Common/NewHandler.h"
#endif