diff options
Diffstat (limited to 'src/StdAfx.h')
-rw-r--r-- | src/StdAfx.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/StdAfx.h b/src/StdAfx.h new file mode 100644 index 0000000..7d3fc2f --- /dev/null +++ b/src/StdAfx.h @@ -0,0 +1,12 @@ +#pragma once + +#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers + +#include <afxwin.h> // MFC core and standard components +#include <afxext.h> // MFC extensions +#ifndef _AFX_NO_AFXCMN_SUPPORT +#include <afxcmn.h> // MFC support for Windows Common Controls +#endif // _AFX_NO_AFXCMN_SUPPORT + +//{{AFX_INSERT_LOCATION}} + |