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.

19 lines
319 B

  1. #include "pch.h"
  2. #pragma hdrstop
  3. #include "ncxbase.h"
  4. #ifdef _ATL_STATIC_REGISTRY
  5. #include <statreg.h>
  6. #include <statreg.cpp>
  7. #endif
  8. // Include ATL's implementation. Substitute _ASSERTE with our Assert.
  9. //
  10. #ifdef _ASSERTE
  11. #undef _ASSERTE
  12. #define _ASSERTE Assert
  13. #endif
  14. #include <atlimpl.cpp>
  15. #include <atlwin.cpp>