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
429 B

  1. #include "pch.h"
  2. #pragma hdrstop
  3. #include "nsbase.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. #ifdef SubclassWindow
  16. #undef SubclassWindow
  17. #endif
  18. #include <atlwin.h>
  19. #include <atlwin.cpp>
  20. #define INITGUID
  21. #include <nmclsid.h>