Leaked source code of windows server 2003
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.
|
|
#ifndef _STDAFX_H
#define _STDAFX_H
#define _ATL_APARTMENT_THREADED
#include <atlbase.h>
#include <shellapi.h>
#include <commctrl.h>
extern CComModule _Module;
#include <atlcom.h>
#include <atlhost.h>
#include <atlwin.h>
#include <atldlgs.h>
#include <atlctl.h>
#include <atlctrls.h>
#include "resource.h"
#include <icomponentimpl.h>
#include <isetup.h>
#include <propguid.h>
extern const IID LIBID_MpLib; extern const CLSID CLSID_ComMpComponent; extern const ModuleID CartmanMpComponentID; extern const VersionID MpVersionID;
#endif // _STDAFX_H
|