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.

51 lines
1013 B

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1992 - 2001.
  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 <string.h>
  21. #include <stdlib.h>
  22. #include <stdio.h>
  23. #include <ctype.h>
  24. }
  25. #include <windows.h>
  26. #include <oleext.h>
  27. #include <ntquery.h>
  28. #include <olectl.h>
  29. #include <eh.h>
  30. #include "minici.hxx"
  31. #include "oledberr.h"
  32. #include "filterr.h"
  33. #include "cierror.h"
  34. #include "query.h"
  35. #include "tsource.hxx"
  36. #include "mapper.hxx"
  37. #include "pfilter.hxx"
  38. #include "propwrap.hxx"
  39. #include "cxxifilt.hxx"
  40. #include "tmpprop.hxx"
  41. #include "fstrm.hxx"
  42. #include "cxx.hxx"
  43. #include "cxxflt.hxx"
  44. #pragma hdrstop