Source code of Windows XP (NT5)
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. pchstr.hxx
  7. PCH inclusion file for STRING
  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. #include <ntincl.hxx>
  22. #define INCL_DOSERRORS
  23. #define INCL_NETERRORS
  24. #define INCL_NETLIB
  25. #define INCL_WINDOWS
  26. #include "lmui.hxx"
  27. #include "uiassert.hxx"
  28. #include "blt.hxx"
  29. #include "dbgstr.hxx"
  30. #include "string.hxx"
  31. #include "strlst.hxx"
  32. #include "strnumer.hxx"
  33. #include "strtchar.hxx"
  34. #include "..\string\mappers.hxx"
  35. #include "strelaps.hxx"
  36. #include <stdlib.h>
  37. #include <limits.h>
  38. #include <memory.h>
  39. #include <stdarg.h>
  40. #include <string.h>
  41. #include <wchar.h>
  42. // End of PCHSTR.HXX