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.

67 lines
1.3 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 2000.
  5. //
  6. // File: PCH.cxx
  7. //
  8. // Contents: Pre-compiled header
  9. //
  10. // History: 07-Nov-95 DwightKr 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 <objsafe.h>
  21. #include <ocidl.h>
  22. #include <comdef.h>
  23. #include <shlguid.h>
  24. #include <wininet.h>
  25. #include <ctype.h>
  26. #include <float.h>
  27. #include <limits.h>
  28. #include <stdio.h>
  29. #include <cidebnot.h>
  30. #include <ciexcpt.hxx>
  31. #include <cisem.hxx>
  32. #include <tsmem.hxx>
  33. #include <smart.hxx>
  34. #include <ci64.hxx>
  35. #include <cierror.h>
  36. // #define OLEDBVER 0x0250 // enable ICommandTree interface
  37. #define deprecated // enable IRowsetExactScroll
  38. #include <oledb.h>
  39. #include <query.h>
  40. #include <dbcmdtre.hxx>
  41. #include <stgprop.h>
  42. #include <stgvarb.hxx>
  43. #include <restrict.hxx>
  44. #define _CAIROSTG_
  45. #include <oledberr.h>
  46. #include <vquery.hxx>
  47. #include <dynarray.hxx>
  48. #include <regacc.hxx>
  49. #include <caturl.hxx>
  50. #include <parser.hxx>
  51. #include <plist.hxx>
  52. #include <scanner.hxx>
  53. #include <doquery.hxx>
  54. #include <weblcid.hxx>
  55. #include "ixsexcpt.hxx"
  56. #include "ixssomsg.h"
  57. #pragma hdrstop