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.

32 lines
661 B

  1. /*++
  2. Copyright (C) 1996-1999 Microsoft Corporation
  3. Module Name:
  4. STDAFX.H
  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. #ifndef _STDAFX_H_
  12. #define _STDAFX_H_
  13. // #define PSH_WIZARD97 PSH_WIZARD
  14. // #define RBBS_GRIPPERALWAYS 0
  15. #undef _WINDOWS_
  16. #include <afxres.h>
  17. #include <afxwin.h> // MFC core and standard components
  18. #include <afxext.h> // MFC extensions
  19. #include <afxole.h> // MFX Ole stuff
  20. #include <afxtempl.h> // MFC template collection classes.
  21. #include <parser.h>
  22. #endif // _STDAFX_H_