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.

32 lines
450 B

  1. /*++
  2. Copyright (c) 1998 Microsoft Corporation
  3. Module Name:
  4. atl.cpp
  5. Abstract:
  6. Includes ATL class and function implementations.
  7. Author:
  8. Darren L. Anderson (darrenan) 29-Jun-1998
  9. Revision History:
  10. 29-Jun-1998 darrenan
  11. Created.
  12. --*/
  13. #include "stdafx.h"
  14. #ifdef _ATL_STATIC_REGISTRY
  15. #include <statreg.h>
  16. #include <statreg.cpp>
  17. #endif
  18. #include <atlimpl.cpp>
  19. #include <atlctl.cpp>