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.

34 lines
1.0 KiB

  1. /*++
  2. Copyright (c) 1997-1999 Microsoft Corporation
  3. Revision History:
  4. --*/
  5. // stdafx.h : include file for standard system include files,
  6. // or project specific include files that are used frequently, but
  7. // are changed infrequently
  8. //
  9. #if !defined(AFX_STDAFX_H__272A54EF_8D57_11D1_9904_006008C3A19A__INCLUDED_)
  10. #define AFX_STDAFX_H__272A54EF_8D57_11D1_9904_006008C3A19A__INCLUDED_
  11. #if _MSC_VER >= 1000
  12. #pragma once
  13. #endif // _MSC_VER >= 1000
  14. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  15. #include <afxwin.h> // MFC core and standard components
  16. #include <afxext.h> // MFC extensions
  17. #include <afxdisp.h> // MFC OLE automation classes
  18. #ifndef _AFX_NO_AFXCMN_SUPPORT
  19. #include <afxcmn.h> // MFC support for Windows Common Controls
  20. #endif // _AFX_NO_AFXCMN_SUPPORT
  21. //{{AFX_INSERT_LOCATION}}
  22. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  23. #endif // !defined(AFX_STDAFX_H__272A54EF_8D57_11D1_9904_006008C3A19A__INCLUDED_)