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

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. stdafx.h : header file
  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. File History:
  9. JonY Apr-96 created
  10. --*/
  11. #include <afxwin.h> // MFC core and standard components
  12. #include <afxext.h> // MFC extensions
  13. #ifndef _AFX_NO_AFXCMN_SUPPORT
  14. #include <afxcmn.h> // MFC support for Windows 95 Common Controls
  15. #endif // _AFX_NO_AFXCMN_SUPPORT
  16. //#include <afxdisp.h> // MFC OLE automation classes
  17. #include <lmaccess.h>
  18. #include <afxtempl.h> // MFC template classes
  19. #include <afxmt.h> // MFC synchronization classes
  20. #include <afxctl.h>