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.

33 lines
670 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997-1999.
  5. //
  6. // File: I M P L I N C . C P P
  7. //
  8. // Contents:
  9. //
  10. // Notes:
  11. //
  12. // Author: shaunco 25 Nov 1997
  13. //
  14. //----------------------------------------------------------------------------
  15. #include "pch.h"
  16. #pragma hdrstop
  17. #include "ncxbase.h"
  18. #ifdef _ATL_STATIC_REGISTRY
  19. #include <statreg.h>
  20. #include <statreg.cpp>
  21. #endif
  22. // Include ATL's implementation. Substitute _ASSERTE with our Assert.
  23. //
  24. #ifdef _ASSERTE
  25. #undef _ASSERTE
  26. #define _ASSERTE Assert
  27. #endif
  28. #include <atlimpl.cpp>
  29. #include <atlwin.cpp>