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.

59 lines
931 B

  1. /*++
  2. Copyright (c) 1990-2003 Microsoft Corporation
  3. All rights reserved
  4. Module Name:
  5. precomp.h
  6. // @@BEGIN_DDKSPLIT
  7. Abstract:
  8. Precompiled header file.
  9. Only place relatively static header files in here.
  10. Environment:
  11. User Mode -Win32
  12. Revision History:
  13. // @@END_DDKSPLIT
  14. --*/
  15. // @@BEGIN_DDKSPLIT
  16. #include <nt.h>
  17. #include <ntrtl.h>
  18. #include <nturtl.h>
  19. // @@END_DDKSPLIT
  20. #include <windows.h>
  21. #include <winspool.h>
  22. #include <winsplp.h>
  23. #include <winsock2.h>
  24. #include <wchar.h>
  25. #include <stddef.h>
  26. #include <stdarg.h>
  27. #include <string.h>
  28. #include <stdlib.h>
  29. #include <stdio.h>
  30. #include <strsafe.h>
  31. #include "resource.h"
  32. #include "spltypes.h"
  33. #include "localmon.h"
  34. // @@BEGIN_DDKSPLIT
  35. #if 0
  36. // @@END_DDKSPLIT
  37. #undef DBGMSG
  38. #define DBGMSG(x,y)
  39. #undef SPLASSERT
  40. #define SPLASSERT(x)
  41. // @@BEGIN_DDKSPLIT
  42. #endif
  43. // @@END_DDKSPLIT