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.

90 lines
2.2 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows/NT **/
  3. /** Copyright(c) Microsoft Corp., 1993 **/
  4. /**********************************************************************/
  5. /*
  6. pchblt.hxx
  7. PCH inclusion file for BLT
  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_WINDOWS
  22. #define INCL_WINDOWS_GDI
  23. #define INCL_DOSERRORS
  24. #define INCL_NETERRORS
  25. #define INCL_NETLIB
  26. #include "lmui.hxx"
  27. #include "uiassert.hxx"
  28. #define INCL_BLT_WINDOW
  29. #define INCL_BLT_DIALOG
  30. #define INCL_BLT_CLIENT
  31. #define INCL_BLT_CONTROL
  32. #define INCL_BLT_MISC
  33. #define INCL_BLT_MSGPOPUP
  34. #define INCL_BLT_APP
  35. #define INCL_BLT_CC
  36. #define INCL_BLT_SPIN_GROUP
  37. #define INCL_BLT_SPIN
  38. #define INCL_BLT_TIME_DATE
  39. #define INCL_BLT_SETCONTROL
  40. #define INCL_BLT_ORDERGROUP
  41. #define INCL_BLT_MENU
  42. #define INCL_BLT_BUTTON_LIST
  43. #include "blt.hxx"
  44. #include "..\blt\bltlocal.hxx"
  45. #include "bltdlgxp.hxx"
  46. #include "bltmeter.hxx"
  47. #include "bltlhour.hxx"
  48. #include "bltlbst.hxx"
  49. #include "heapdbg.hxx"
  50. #include "aheap.hxx"
  51. #include "string.hxx"
  52. #include "strnumer.hxx"
  53. #include "slist.hxx"
  54. #include "dbgstr.hxx"
  55. #include "progress.hxx"
  56. #include "bltnslt.hxx"
  57. #define NETMSG_DLL_STRING SZ("netmsg.dll")
  58. extern "C"
  59. {
  60. #include <sys/types.h>
  61. #include <time.h>
  62. #include <limits.h>
  63. #include "lmuicmn.h" // hmodCommon0
  64. #include "lmuidbcs.h" // NETUI_IsDBCS()
  65. #include "wintimrc.h"
  66. }
  67. // End of PCH.HXX for BLT