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.

67 lines
1.4 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 1992.
  5. //
  6. // File: PCH.cxx
  7. //
  8. // Contents: Pre-compiled header
  9. //
  10. // History: 10-Aug-93 AmyA Created
  11. //
  12. //--------------------------------------------------------------------------
  13. extern "C"
  14. {
  15. #include <nt.h>
  16. #include <ntioapi.h>
  17. #include <ntrtl.h>
  18. #include <nturtl.h>
  19. #include <limits.h>
  20. #include <stdlib.h>
  21. #include <stdio.h>
  22. }
  23. #undef _CTYPE_DISABLE_MACROS
  24. #include <crt/ctype.h>
  25. #define USE_DAYTONA_OLE
  26. #if defined(USE_DAYTONA_OLE)
  27. # include <oleext.h>
  28. # include <query.h>
  29. # include <olectl.h>
  30. # if defined(__varnt_h__)
  31. # error "VARIANT incompatible with PROPVARIANT"
  32. # else
  33. # define VARIANT PROPVARIANT
  34. # define VT_UUID VT_CLSID
  35. # define VT_FUNCPTR 0x12345678
  36. # define __varnt_h__
  37. # endif
  38. #else
  39. # include <varnt.h>
  40. #endif
  41. #include <eh.h>
  42. #include <minici.hxx>
  43. #include <oledberr.h>
  44. #include <filterr.h>
  45. #include <cierror.h>
  46. #include <stgprop.h>
  47. #include <restrict.hxx>
  48. #include <stgvar.hxx>
  49. #include <tsource.hxx>
  50. #include <mapper.hxx>
  51. #include <propspec.hxx>
  52. #include <pfilter.hxx>
  53. #include "tmpprop.hxx"
  54. #include "fstrm.hxx"
  55. // #include "gen.hxx"
  56. // #include "genifilt.hxx"
  57. // #include "genflt.hxx"
  58. #pragma hdrstop