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.

37 lines
712 B

  1. // atlstuff.h : include file for standard system include files,
  2. // or project specific include files that are used frequently, but
  3. // are changed infrequently
  4. //
  5. #pragma once
  6. // Change these values to use different versions
  7. #define _RICHEDIT_VER 0x0100
  8. #define _ATL_NO_MP_HEAP
  9. #pragma warning(disable: 4530) // C++ exception handling
  10. #include <atlbase.h>
  11. extern CComModule _Module;
  12. #include <atlcom.h>
  13. #include <hlink.h>
  14. #include <shellapi.h>
  15. #include <shlobj.h>
  16. #include <shlobjp.h>
  17. #include <atlapp.h>
  18. #include <atlwin.h>
  19. #include <atlres.h>
  20. #include <atlframe.h>
  21. #include <atlgdi.h>
  22. #include <atlctrls.h>
  23. #include <atldlgs.h>
  24. #include <atlcrack.h>
  25. #include <atlmisc.h>
  26. #include <atlctrlx.h>