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.

23 lines
693 B

  1. // stdafx.h : include file for standard system include files,
  2. // or project specific include files that are used frequently,
  3. // but are changed infrequently
  4. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  5. #include <afxctl.h> // MFC support for OLE Controls
  6. #include <afxdtctl.h>
  7. #include <atlbase.h>
  8. // Delete the two includes below if you do not wish to use the MFC
  9. // database classes
  10. #ifndef _UNICODE
  11. #include <afxdb.h> // MFC database classes
  12. #include <afxdao.h> // MFC DAO database classes
  13. #endif //_UNICODE
  14. #include <afxcmn.h> // MFC support for Windows Common Controls
  15. #include <afxtempl.h>
  16. #include <assert.h>
  17. #include <aclapi.h>