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.

16 lines
261 B

  1. #define INITGUID
  2. extern "C" {
  3. #include <nt.h>
  4. #include <ntrtl.h>
  5. #include <nturtl.h>
  6. }
  7. #include <ole2.h>
  8. #include <windows.h>
  9. #include <olectl.h>
  10. #include <stdio.h>
  11. #include <iadmext.h>
  12. #include <coimp.hxx>
  13. ULONG g_dwRefCount;
  14. CAdmExtSrvFactory g_aesFactory;