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.

37 lines
471 B

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name:
  4. globals.cxx
  5. Abstract:
  6. IIS Services IISADMIN Extension
  7. Global Variables
  8. Author:
  9. Michael W. Thomas 16-Sep-97
  10. --*/
  11. #define INITGUID
  12. extern "C" {
  13. #include <nt.h>
  14. #include <ntrtl.h>
  15. #include <nturtl.h>
  16. }
  17. #include <ole2.h>
  18. #include <windows.h>
  19. #include <olectl.h>
  20. #include <stdio.h>
  21. #include <iadmext.h>
  22. #include <coimp.hxx>
  23. ULONG g_dwRefCount;
  24. CAdmExtSrvFactory g_aesFactory;