You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
574 B
18 lines
574 B
// 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)
|