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.

49 lines
787 B

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name:
  4. cominc.hxx
  5. Abstract:
  6. IIS Services IISADMIN Extension
  7. Common include file.
  8. Author:
  9. Michael W. Thomas 16-Sep-97
  10. --*/
  11. extern "C" {
  12. #include <nt.h>
  13. #include <ntrtl.h>
  14. #include <nturtl.h>
  15. }
  16. #include <dbgutil.h>
  17. #include <ole2.h>
  18. #include <windows.h>
  19. #include <olectl.h>
  20. #include <stdio.h>
  21. #include <iiscnfg.h>
  22. #include <iadmext.h>
  23. #include <inetinfo.h>
  24. #include <mbstring.h>
  25. #include <buffer.hxx>
  26. #include <string.hxx>
  27. #include <tchar.h>
  28. #include <iadmext.h>
  29. #include <objbase.h>
  30. #include <iadmw.h>
  31. #include <mb.hxx>
  32. #include <sslconfigprov.hxx>
  33. #include <sslconfigchangeprov.hxx>
  34. #include "iisadminextension.hxx"
  35. #include "classfactory.hxx"