40 lines
915 B
C
40 lines
915 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__A479F957_CC9E_11D0_A220_000000000000__INCLUDED_)
|
|
#define AFX_STDAFX_H__A479F957_CC9E_11D0_A220_000000000000__INCLUDED_
|
|
|
|
#include <module.h>
|
|
|
|
#include <atlcom.h>
|
|
#include <atlctl.h>
|
|
|
|
#include <comdef.h>
|
|
|
|
#include <wininet.h>
|
|
|
|
#include <HCP_trace.h>
|
|
#include <MPC_utils.h>
|
|
#include <MPC_logging.h>
|
|
#include <MPC_COM.h>
|
|
|
|
//
|
|
// From HelpServiceTypeLib.idl
|
|
//
|
|
#include <HelpServiceTypeLib.h>
|
|
|
|
//
|
|
// From HelpCenterTypeLib.idl
|
|
//
|
|
#include <HelpCenterTypeLib.h>
|
|
|
|
#include <NameSpace_Impl.h>
|
|
|
|
#include <resource.h>
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_STDAFX_H__A479F957_CC9E_11D0_A220_000000000000__INCLUDED)
|