windows-nt/Source/XPSP1/NT/inetsrv/iis/ui/admin/certwiz/stdafx.h
2020-09-26 16:20:57 +08:00

25 lines
734 B
C

#if !defined(AFX_STDAFX_H__D4BE8636_0C85_11D2_91B1_00C04F8C8761__INCLUDED_)
#define AFX_STDAFX_H__D4BE8636_0C85_11D2_91B1_00C04F8C8761__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
#include <afxtempl.h>
#include <afxctl.h> // MFC support for ActiveX Controls
#include <afxcmn.h>
// from \NT\PUBLIC\sdk\inc
#include "basetsd.h"
#include "accctrl.h"
// from ..\ComProp
#include "ComProp.h"
#include "Wizard.h"
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_STDAFX_H__D4BE8636_0C85_11D2_91B1_00C04F8C8761__INCLUDED_)