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.

50 lines
789 B

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. All rights reserved
  4. Module Name:
  5. precomp.h
  6. Abstract:
  7. Precompiled header for router.
  8. Author:
  9. Albert Ting (AlbertT) 15-Sept-1994
  10. Environment:
  11. User Mode -Win32
  12. Revision History:
  13. --*/
  14. #ifndef MODULE
  15. #define MODULE "SPL:"
  16. #define MODULE_DEBUG RouterDebug
  17. #endif
  18. #include <nt.h>
  19. #include <ntrtl.h>
  20. #include <nturtl.h>
  21. #include <excpt.h>
  22. #include <windows.h>
  23. #include <strsafe.h>
  24. #include <rpc.h> // DataTypes and runtime APIs
  25. #include <rpcasync.h>
  26. #include <winspool.h>
  27. #include <winsplp.h>
  28. #include <winspl.h> // generated by the MIDL complier
  29. #include <wininet.h>
  30. #include <splcom.h>
  31. #include <change.h>
  32. #include <dbt.h>
  33. #include "router.h"
  34. #include "reply.h"