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
558 B

  1. /*++
  2. 1998 Seagate Software, Inc. All rights reserved.
  3. Module Name:
  4. StdAfx.h
  5. Abstract:
  6. Precompiled header starting point
  7. Author:
  8. Rohde Wakefield [rohde] 09-Oct-1997
  9. Revision History:
  10. --*/
  11. #ifndef _STDAFX_H
  12. #define _STDAFX_H
  13. #pragma once
  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 <afxcmn.h> // MFC support for Windows Common Controls
  18. #endif // !defined(_STDAFX_H)