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.

30 lines
617 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. stdafx.h : header file
  5. File History:
  6. JonY Jan-96 created
  7. --*/
  8. // stdafx.h : include file for standard system include files,
  9. // or project specific include files that are used frequently, but
  10. // are changed infrequently
  11. //
  12. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  13. #include <afxwin.h> // MFC core and standard components
  14. #include <afxext.h> // MFC extensions
  15. #ifndef _AFX_NO_AFXCMN_SUPPORT
  16. #include <afxcmn.h> // MFC support for Windows 95 Common Controls
  17. #endif // _AFX_NO_AFXCMN_SUPPORT