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.

113 lines
2.0 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1998.
  5. //
  6. // File: PCH.cxx
  7. //
  8. // Contents: Pre-compiled header
  9. //
  10. // History: 21-Dec-92 BartoszM Created
  11. //
  12. //--------------------------------------------------------------------------
  13. extern "C"
  14. {
  15. #include <nt.h>
  16. #include <ntrtl.h>
  17. #include <nturtl.h>
  18. }
  19. #include <windows.h>
  20. #include <shellapi.h>
  21. #include <commdlg.h>
  22. #include <commctrl.h>
  23. #include <ddeml.h>
  24. #include <stdlib.h>
  25. #include <stddef.h>
  26. #include <time.h>
  27. #include <limits.h>
  28. #include <ctype.h>
  29. #include <stdio.h>
  30. #include <string.h>
  31. #include <memory.h>
  32. #include <direct.h>
  33. #include <crt\io.h>
  34. #define _CAIROSTG_
  35. #define _DCOM_
  36. //#define OLEDBVER 0x0250 // enable ICommandTree interface
  37. #include <cidebnot.h>
  38. #include <cierror.h>
  39. #include <oleext.h>
  40. #include <oledberr.h>
  41. #include <oledb.h>
  42. #include <dbcmdtre.hxx>
  43. #include <cmdtree.h>
  44. #include <query.h>
  45. #include <filterr.h> // used in webhits!
  46. //
  47. // Query-specific
  48. //
  49. #include <stgprop.h>
  50. #include <restrict.hxx>
  51. #include <stgvar.hxx>
  52. #include <vquery.hxx>
  53. #include <ciexcpt.hxx>
  54. #include <smart.hxx>
  55. #include <tsmem.hxx>
  56. #include <xolemem.hxx>
  57. #include <dynarray.hxx>
  58. #include <dynstack.hxx>
  59. #include <dblink.hxx>
  60. #include <cisem.hxx>
  61. #include <thrd32.hxx>
  62. #include <readwrit.hxx>
  63. #include <ci.h>
  64. #include <ci64.hxx>
  65. #include <qutildbg.hxx>
  66. #include <cidebug.hxx>
  67. #include <align.hxx>
  68. #include <tgrow.hxx>
  69. #include <funypath.hxx>
  70. #include <params.hxx>
  71. //#include <key.hxx>
  72. //#include <keyarray.hxx>
  73. //#include <irest.hxx>
  74. #include <propspec.hxx>
  75. #include <qmemdes.hxx>
  76. #include <dbqrslt.hxx>
  77. #include <tfilt.hxx>
  78. #include <qlibutil.hxx>
  79. #include <parser.hxx>
  80. #include <catstate.hxx>
  81. #include <doquery.hxx>
  82. #include <scanner.hxx>
  83. #include <lgplist.hxx>
  84. #include <plist.hxx>
  85. //#include <wcstoi64.hxx>
  86. #include <strrest.hxx>
  87. #include <string.hxx>
  88. #include <fmapio.hxx>
  89. #include <mbutil.hxx>
  90. #include <qcanon.hxx>
  91. #include <gibralt.hxx>
  92. #pragma hdrstop