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

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name:
  4. stdafx.cpp
  5. Abstract:
  6. This file contains the static support code for the
  7. atl controls in this project.
  8. Author:
  9. Wesley Witt (wesw) 13-May-1997
  10. Environment:
  11. User Mode
  12. --*/
  13. #include "stdafx.h"
  14. #ifdef _ATL_STATIC_REGISTRY
  15. #include <statreg.h>
  16. #include <statreg.cpp>
  17. #endif
  18. #include <atlimpl.cpp>