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.

127 lines
2.4 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1999.
  5. //
  6. // File: PCH.cxx
  7. //
  8. // Contents: Pre-compiled header
  9. //
  10. // History: 21-Dec-92 BartoszM Created
  11. //
  12. //--------------------------------------------------------------------------
  13. // CoTaskAllocator is 'extern' to items in query.dll except where defined,
  14. // where it is __declspec(dllexport).
  15. // To all other dlls, it is __declspec(dllimport)
  16. //
  17. #define COTASKDECLSPEC extern
  18. #define _OLE32_
  19. #define __QUERY__
  20. extern "C"
  21. {
  22. #include <nt.h>
  23. #include <ntioapi.h>
  24. #include <ntrtl.h>
  25. #include <nturtl.h>
  26. }
  27. #include <ctype.h>
  28. #include <float.h>
  29. #include <limits.h>
  30. #include <malloc.h>
  31. #include <math.h>
  32. #include <memory.h>
  33. #include <stddef.h>
  34. #include <string.h>
  35. #include <stdarg.h>
  36. #include <stdio.h>
  37. #include <stdlib.h>
  38. #include <windows.h>
  39. #include <lmcons.h>
  40. #define _DCOM_
  41. #define _CAIROSTG_
  42. #include <cidebnot.h>
  43. #include <cierror.h>
  44. //
  45. // NOTE: DBINITCONSTANTS is defined in private\genx\types\uuid\oledbdat.c
  46. // OLEDBVER is defined in user.mk
  47. //
  48. #include <oleext.h>
  49. #include <oledberr.h>
  50. #define deprecated // enable IRowsetExactScroll
  51. #include <oledb.h>
  52. #include <oledbdep.h> // deprecated OLE DB interfaces
  53. #include <cmdtree.h> // ICommandTree interface
  54. #include <query.h>
  55. #include <stgprop.h>
  56. #include <filter.h>
  57. #include <filterr.h>
  58. #include <dbcmdtre.hxx>
  59. #include <vquery.hxx>
  60. #include <restrict.hxx>
  61. //
  62. // Base services
  63. //
  64. #include <ciexcpt.hxx>
  65. #include <smart.hxx>
  66. #include <tsmem.hxx>
  67. #include <xolemem.hxx>
  68. #include <dynarray.hxx>
  69. #include <dynstack.hxx>
  70. #include <dblink.hxx>
  71. #include <cisem.hxx>
  72. #include <thrd32.hxx>
  73. #include <readwrit.hxx>
  74. #include <ci.h>
  75. #include <ci64.hxx>
  76. //
  77. // Debug files from
  78. //
  79. #include <cidebug.hxx>
  80. #include <vqdebug.hxx>
  81. //
  82. // CI-specific
  83. //
  84. #include <align.hxx>
  85. #include <memser.hxx>
  86. #include <memdeser.hxx>
  87. #include <tgrow.hxx>
  88. #include <funypath.hxx>
  89. #include <params.hxx>
  90. #include <key.hxx>
  91. #include <keyarray.hxx>
  92. #include <irest.hxx>
  93. #include <cursor.hxx>
  94. #include <idxids.hxx>
  95. #include <dberror.hxx>
  96. // property-related macros and includes
  97. #include <propapi.h>
  98. #include <propstm.hxx>
  99. extern UNICODECALLOUTS UnicodeCallouts;
  100. #define DebugTrace( x, y, z )
  101. #ifdef PROPASSERTMSG
  102. #undef PROPASSERTMSG
  103. #endif
  104. #define PROPASSERTMSG( x, y )
  105. #pragma hdrstop