19 lines
574 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
// 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__CBE0A547_8DA2_4974_82A0_E68E9186DA77__INCLUDED_)
#define AFX_STDAFX_H__CBE0A547_8DA2_4974_82A0_E68E9186DA77__INCLUDED_
#define STRICT
#define _ATL_APARTMENT_THREADED
#include <atlbase.h>
extern CComModule _Module;
#include <atlcom.h>
#include <cmdline.h>
#include <strsafe.h>
#endif // !defined(AFX_STDAFX_H__CBE0A547_8DA2_4974_82A0_E68E9186DA77__INCLUDED)