19 lines
622 B
C
19 lines
622 B
C
|
// stdafx.h : include file for standard system include files,
|
||
|
// or project specific include files that are used frequently,
|
||
|
// but are changed infrequently
|
||
|
|
||
|
#if !defined(AFX_STDAFX_H__902A4A47_56FA_11D1_8F46_00C04FB6809F__INCLUDED_)
|
||
|
#define AFX_STDAFX_H__902A4A47_56FA_11D1_8F46_00C04FB6809F__INCLUDED_
|
||
|
|
||
|
#if _MSC_VER >= 1000
|
||
|
#pragma once
|
||
|
#endif // _MSC_VER >= 1000
|
||
|
|
||
|
#include <mspbase.h>
|
||
|
#include "common.h"
|
||
|
|
||
|
//{{AFX_INSERT_LOCATION}}
|
||
|
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
|
||
|
|
||
|
#endif // AFX_STDAFX_H__902A4A47_56FA_11D1_8F46_00C04FB6809F__INCLUDED_
|