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
1.5 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corp., 1993 **/
  4. /**********************************************************************/
  5. /*
  6. pchcoll.hxx
  7. PCH inclusion file for COLLECT
  8. FILE HISTORY:
  9. DavidHov 9/2/93 Created
  10. COMMENTS:
  11. See $(UI)\COMMON\SRC\RULES.MK for details.
  12. MAKEFILE.DEF automatically generates or uses the PCH file
  13. based upon the PCH_DIR and PCH_SRCNAME settings in RULES.MK
  14. files at this level and below.
  15. According to the C8 docs, the compiler, when given the /Yu option,
  16. will scan the source file for the line #include "..\pch????.hxx"
  17. and start the real compilation AFTER that line.
  18. This means that unique or extraordinary inclusions should follow
  19. this line rather than being added to the PCH HXX file.
  20. */
  21. #define INCL_DOSERRORS
  22. #define INCL_NETERRORS
  23. #define INCL_NETLIB
  24. #include "lmui.hxx"
  25. #include "aheap.hxx"
  26. #include "base.hxx"
  27. #include "bitfield.hxx"
  28. #include "dlist.hxx"
  29. #include "slist.hxx"
  30. #include "string.hxx"
  31. #include "tree.hxx"
  32. #include "treeiter.hxx"
  33. #include "uatom.hxx"
  34. #include "uitrace.hxx"
  35. #include "uiassert.hxx"
  36. extern "C"
  37. {
  38. #include <stdio.h>
  39. #include <stdlib.h>
  40. #include <string.h>
  41. #include <memory.h>
  42. #include <loghours.h>
  43. }
  44. // End of PCHCOLL.HXX