Source code of Windows XP (NT5)
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.

52 lines
1.5 KiB

  1. /*++
  2. Copyright (C) 1997-2001 Microsoft Corporation
  3. Module Name:
  4. Abstract:
  5. History:
  6. --*/
  7. // stdafx.h : include file for standard system include files,
  8. // or project specific include files that are used frequently, but
  9. // are changed infrequently
  10. //
  11. #if !defined(AFX_STDAFX_H__4419F1A6_692B_11D3_BD30_0080C8E60955__INCLUDED_)
  12. #define AFX_STDAFX_H__4419F1A6_692B_11D3_BD30_0080C8E60955__INCLUDED_
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif // _MSC_VER > 1000
  16. #define _MFC_VER 0x0600
  17. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  18. #include <afxwin.h> // MFC core and standard components
  19. #include <afxext.h> // MFC extensions
  20. #include <afxcview.h>
  21. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  22. #ifndef _AFX_NO_AFXCMN_SUPPORT
  23. #include <afxcmn.h> // MFC support for Windows Common Controls
  24. #endif // _AFX_NO_AFXCMN_SUPPORT
  25. #include <afxtempl.h> // Template stuff
  26. #include <comdef.h> // _bstr_t, _variant_t
  27. #include <wbemcli.h> // duh
  28. #include <afxmt.h> // Multi-threaded stuff
  29. #include <afxadv.h> // For CRecentFileList
  30. #include <winnls.h>
  31. #include <afxole.h> // For cut/paste stuff.
  32. // Gets rid of dumb warning about truncating symbol name we get on some
  33. // template classes.
  34. #pragma warning( disable : 4786 )
  35. //{{AFX_INSERT_LOCATION}}
  36. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  37. #endif // !defined(AFX_STDAFX_H__4419F1A6_692B_11D3_BD30_0080C8E60955__INCLUDED_)