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.

18 lines
292 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 "srdefs.h"
  9. #include <dbgtrace.h>
  10. //#include "rwlock.h"
  11. #include "logfmt.h"
  12. #include "srrpcapi.h"
  13. #include "enumlogs.h"
  14. #endif