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.

22 lines
480 B

  1. // ATLLOCAL.CPP: Source file that includes just the standard includes
  2. #ifndef DBG
  3. // We check against DBG instead of _DEBUG since _DEBUG is defined in mvopsys.
  4. // DBG is defined by the ie build environment so watch out for this when
  5. // changing build environments.
  6. //#define _ATL_MIN_CRT
  7. #define _WINDLL
  8. #endif
  9. #include <atlinc.h>
  10. #ifdef _ATL_STATIC_REGISTRY
  11. #include <statreg.h>
  12. #include <statreg.cpp>
  13. #endif
  14. #ifdef IA64
  15. #include <itdfguid.h>
  16. #endif
  17. #include <atlimpl.cpp>