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.

56 lines
1.0 KiB

  1. //
  2. // Copyright (c) 1999-2001 Microsoft Corporation, All Rights Reserved
  3. // All Rights Reserved.
  4. //
  5. #pragma warning (disable : 4786)
  6. #include <nt.h>
  7. #include <ntrtl.h>
  8. #include <nturtl.h>
  9. #include <ole2.h>
  10. #include <windows.h>
  11. #include <typeinfo.h>
  12. #include <process.h>
  13. #include <objbase.h>
  14. #include <stdio.h>
  15. #include <provexpt.h>
  16. #include <provtempl.h>
  17. #include <provmt.h>
  18. #include <wbemidl.h>
  19. #include <provcont.h>
  20. #include <provevt.h>
  21. #include <provthrd.h>
  22. #include <provlog.h>
  23. #include <cominit.h>
  24. #include <instpath.h>
  25. #include <genlex.h>
  26. #include <sql_1.h>
  27. #include <objpath.h>
  28. #include <provval.h>
  29. #include <provtype.h>
  30. #include <provtree.h>
  31. #include <provdnf.h>
  32. #include <initguid.h>
  33. #ifndef INITGUID
  34. #define INITGUID
  35. #endif
  36. #include <comdef.h>
  37. // need safe functions
  38. #define STRSAFE_LIB
  39. #include <strsafe.h>
  40. #include <ntevtdefs.h>
  41. #include <ntevtserv.h>
  42. #include <ntevtprov.h>
  43. #include <ntevtthrd.h>
  44. #include <ntevtinst.h>
  45. #include <ntevtcfac.h>
  46. #include <ntevtlogf.h>
  47. #include <ntevtlogr.h>