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.

27 lines
727 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 INITGUID
  5. #ifndef _UNICODE
  6. #define _UNICODE
  7. #endif
  8. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  9. #include <afxctl.h> // MFC support for OLE Controls
  10. // Delete the two includes below if you do not wish to use the MFC
  11. // database classes
  12. #ifndef _UNICODE
  13. #include <afxdb.h> // MFC database classes
  14. #include <afxdao.h> // MFC DAO database classes
  15. #endif //_UNICODE
  16. #include <afxcmn.h> // MFC support for Windows Common Controls
  17. #include <afxtempl.h>
  18. #include <atlbase.h>
  19. #include <aclapi.h>
  20. #include <map>