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.

41 lines
666 B

  1. #ifndef _PRECOMP_H_
  2. #define _PRECOMP_H_
  3. #include <nt.h>
  4. #include <ntrtl.h>
  5. #include <nturtl.h>
  6. #include <windows.h>
  7. #include <stdio.h>
  8. #include <srapi.h>
  9. #include "srdefs.h"
  10. #include "ntservice.h"
  11. #include "flstructs.h"
  12. #include "flbuilder.h"
  13. #include "utils.h"
  14. #include "srrestoreptapi.h"
  15. // use the _ASSERT and _VERIFY in dbgtrace.h
  16. #ifdef _ASSERT
  17. #undef _ASSERT
  18. #endif
  19. #ifdef _VERIFY
  20. #undef _VERIFY
  21. #endif
  22. #include <dbgtrace.h>
  23. #include "datastormgr.h"
  24. #include "srconfig.h"
  25. #include "srrpcs.h"
  26. #include "counter.h"
  27. #include "evthandler.h"
  28. #include "snapshot.h"
  29. #include <accctrl.h>
  30. #include "idletask.h"
  31. #endif