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.

35 lines
548 B

  1. /*++
  2. 1998 Seagate Software, Inc. All rights reserved
  3. Module Name:
  4. StdAfx.cpp
  5. Abstract:
  6. Takes care of implementation (.cpp) includes (atlimpl.cpp, statreg.cpp)
  7. Author:
  8. Rohde Wakefield [rohde] 20-Feb-1998
  9. Revision History:
  10. --*/
  11. #include "stdafx.h"
  12. #define WsbAffirmStatus RecAffirmStatus
  13. #define WsbCatch RecCatch
  14. #define WsbThrow RecThrow
  15. #pragma warning(4:4701)
  16. #include <atlimpl.cpp>
  17. #include <statreg.cpp>
  18. #pragma warning(3:4701)
  19. #include "rsutil.cpp"
  20. CComModule _Module;
  21. RSTRACE_INIT( "RsNotify" )