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
565 B

  1. #ifndef _SNAPSHOTH_H_
  2. #define _SNAPSHOTH_H_
  3. #include <nt.h>
  4. #include <ntrtl.h>
  5. #include <nturtl.h>
  6. #include <windows.h>
  7. #include <stdio.h>
  8. #include <wbemcli.h>
  9. // iis snapshotting headers
  10. #include <initguid.h>
  11. #include <iadmw.h>
  12. #include <iiscnfg.h>
  13. #include <mddefw.h>
  14. // use the _ASSERT and _VERIFY in dbgtrace.h
  15. #ifdef _ASSERT
  16. #undef _ASSERT
  17. #endif
  18. #ifdef _VERIFY
  19. #undef _VERIFY
  20. #endif
  21. #include <dbgtrace.h>
  22. #include <snapshot.h>
  23. #include <srdefs.h>
  24. #include <utils.h>
  25. #include <utils.h>
  26. #include <enumlogs.h>
  27. #endif