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.

17 lines
533 B

  1. //Copyright (c) 1998 - 1999 Microsoft Corporation
  2. // stdafx.h : include file for standard system include files,
  3. // or project specific include files that are used frequently, but
  4. // are changed infrequently
  5. //
  6. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  7. #include <afxwin.h> // MFC core and standard components
  8. #include <afxext.h> // MFC extensions
  9. #ifndef _AFX_NO_AFXCMN_SUPPORT
  10. #include <afxcmn.h> // MFC support for Windows Common Controls
  11. #endif // _AFX_NO_AFXCMN_SUPPORT