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.

39 lines
837 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. // stdafx.h : include file for standard system include files,
  5. // or project specific include files that are used frequently, but
  6. // are changed infrequently
  7. File History:
  8. JonY Apr-96 created
  9. --*/
  10. //
  11. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  12. #include <afxwin.h> // MFC core and standard components
  13. #include <afxext.h> // MFC extensions
  14. #include <afxdisp.h> // MFC OLE automation classes
  15. #include <afxtempl.h> // MFC templated classes
  16. #ifndef _AFX_NO_AFXCMN_SUPPORT
  17. #include <afxcmn.h> // MFC support for Windows 95 Common Controls
  18. #endif // _AFX_NO_AFXCMN_SUPPORT
  19. #include <afxmt.h> // MFC synchronization classes
  20. #include <winnetwk.h>
  21. #include <shlobj.h> // Shell objects
  22. #include <afxpriv.h>