Leaked source code of windows server 2003
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.

26 lines
708 B

  1. /////////////////////////////////////////////////////////////////////////////
  2. //
  3. // Copyright(C) 2000 Microsoft Corporation all rights reserved.
  4. //
  5. // Module: stdafx.cpp
  6. //
  7. // Project: Windows 2000 IAS
  8. //
  9. // Description:
  10. // stdafx.cpp : source file that includes just the standard includes
  11. // stdafx.pch will be the pre-compiled header
  12. // stdafx.obj will contain the pre-compiled type information
  13. //
  14. // Author: tperraut
  15. //
  16. // Revision 02/24/2000 created
  17. //
  18. /////////////////////////////////////////////////////////////////////////////
  19. #include "stdafx.h"
  20. #ifdef _ATL_STATIC_REGISTRY
  21. #include <statreg.h>
  22. #include <statreg.cpp>
  23. #endif
  24. #include <atlimpl.cpp>