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.

52 lines
711 B

  1. /*++
  2. Copyright (c) 1995 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. precomp.hxx
  6. Abstract:
  7. Author:
  8. Albert Ting (AlbertT) 19-Feb-1995
  9. Revision History:
  10. --*/
  11. #define MODULE "SPLX"
  12. #define MODULE_DEBUG SplxDebug
  13. extern "C" {
  14. #include <nt.h>
  15. #include <ntrtl.h>
  16. #include <nturtl.h>
  17. #ifdef STKTRACE_HACK
  18. #include <ntos.h>
  19. #include <stktrace.h>
  20. #endif
  21. #include <windows.h>
  22. #include "stdlib.h"
  23. #include <ntsdexts.h>
  24. #include <wdbgexts.h>
  25. #include <dbgext.h>
  26. #include <stdio.h>
  27. #include <wininet.h>
  28. }
  29. #include <winspool.h>
  30. #include <winsplp.h>
  31. #include <strsafe.h>
  32. #include "spllib.hxx"
  33. #include "splapip.h"
  34. #include "debug.hxx"