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.
29 lines
839 B
29 lines
839 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__3D71D225_C4D9_431C_A0A3_A97293C67DC5__INCLUDED_)
|
|
#define AFX_STDAFX_H__3D71D225_C4D9_431C_A0A3_A97293C67DC5__INCLUDED_
|
|
|
|
#include <module.h>
|
|
|
|
#include <MPC_main.h>
|
|
#include <MPC_com.h>
|
|
#include <MPC_utils.h>
|
|
#include <MPC_xml.h>
|
|
#include <MPC_config.h>
|
|
#include <MPC_streams.h>
|
|
#include <MPC_security.h>
|
|
#include <HCP_trace.h>
|
|
|
|
#include <HelpServiceTypeLib.h>
|
|
|
|
#include <NewsLib.h>
|
|
|
|
#include <AccountsLib.h>
|
|
|
|
|
|
//{{AFX_INSERT_LOCATION}}
|
|
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
|
|
|
|
#endif // !defined(AFX_STDAFX_H__3D71D225_C4D9_431C_A0A3_A97293C67DC5__INCLUDED)
|