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.

36 lines
897 B

  1. //#--------------------------------------------------------------
  2. //
  3. // File: rascominclude
  4. //
  5. // Synopsis: This file holds the global declarations for the
  6. // RAS Server COM component
  7. //
  8. //
  9. // History: 2/10/98 MKarki Created
  10. // 8/13/98 SBens Removed unused dsource.h
  11. //
  12. // Copyright (C) 1997-98 Microsoft Corporation
  13. // All rights reserved.
  14. //
  15. //----------------------------------------------------------------
  16. #ifndef _RASCOMINCLUDE_H_
  17. #define _RASCOMINCLUDE_H_
  18. #include <ias.h>
  19. #include <iaspolcy.h>
  20. #include <iasplcy.h>
  21. #include <iasattr.h>
  22. #include <iascomp.h>
  23. #include <iasdefs.h>
  24. #include <sdoias.h>
  25. #include "sdoiaspriv.h"
  26. #include <iaspipe.h>
  27. #include <iashlpr.h>
  28. #include <atlbase.h>
  29. extern CComModule _Module;
  30. #include <atlcom.h>
  31. #endif // ifndef _RASCOMINCLUDE_H_