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.

54 lines
1.1 KiB

  1. /*****************************************************************************\
  2. * MODULE: priv.h
  3. *
  4. * Private header for the Print-Processor library.
  5. *
  6. *
  7. * Copyright (C) 1996-1997 Microsoft Corporation
  8. * Copyright (C) 1996-1997 Hewlett Packard
  9. *
  10. * History:
  11. * 07-Oct-1996 HWP-Guys Initiated port from win95 to winNT
  12. *
  13. \*****************************************************************************/
  14. #include "spllib.hxx"
  15. #include "inetlib.h"
  16. #include "common.h"
  17. #include "inetxcv.h"
  18. #include "sid.h"
  19. #include "anonycon.hxx"
  20. #include "anycon.hxx"
  21. #include "cachemgr.hxx"
  22. #include "lusrdata.hxx"
  23. #include "ntcon.hxx"
  24. #include "othercon.hxx"
  25. #include "portmgr.hxx"
  26. #include "pusrdata.hxx"
  27. #include "userdata.hxx"
  28. #include "spljob.h"
  29. #include "splpjm.h"
  30. #include "ppjobs.h"
  31. #include "inetport.h"
  32. #include "inetpp.h"
  33. #include "globals.h"
  34. #include "debug.h"
  35. #include "basicsec.h"
  36. #include "mem.h"
  37. #include "sem.h"
  38. #include "util.h"
  39. #include "stubs.h"
  40. #include "inetwrap.h"
  41. #include "ppinfo.h"
  42. #include "ppport.h"
  43. #include "ppprn.h"
  44. #include "xcv.h"
  45. #include "ppchange.h"
  46. #include "stream.h"
  47. #include "resource.h"