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.

34 lines
919 B

  1. #if !defined(AFX_STDAFX_H__D4BE8636_0C85_11D2_91B1_00C04F8C8761__INCLUDED_)
  2. #define AFX_STDAFX_H__D4BE8636_0C85_11D2_91B1_00C04F8C8761__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  7. #include <afxtempl.h>
  8. #include <afxctl.h> // MFC support for ActiveX Controls
  9. #include <afxcmn.h>
  10. #include <atlbase.h>
  11. extern CComModule _Module;
  12. #include <atlcom.h>
  13. #include <atlwin.h>
  14. // from \NT\PUBLIC\sdk\inc
  15. #include "basetsd.h"
  16. #include "accctrl.h"
  17. // from ..\ComProp
  18. #include "Common.h"
  19. #include "Wizard.h"
  20. // for debug spew
  21. #include "iisdebug.h"
  22. #include "strpass.h"
  23. //{{AFX_INSERT_LOCATION}}
  24. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  25. #endif // !defined(AFX_STDAFX_H__D4BE8636_0C85_11D2_91B1_00C04F8C8761__INCLUDED_)