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.

62 lines
1.2 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: 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 <ctype.h>
  20. #include <process.h>
  21. #include <stddef.h>
  22. #include <string.h>
  23. #include <stdlib.h>
  24. #include <windows.h>
  25. #include <commctrl.h>
  26. //#define OLEDBVER 0x0250 // enable ICommandTree interface
  27. #include <oledb.h>
  28. #include <oledberr.h>
  29. //#include <cmdtree.h>
  30. #include <filter.h> // FULLPROPSPEC
  31. #include <query.h>
  32. #include <mmc.h>
  33. #define ciDebugOut ciaDebugOut
  34. #define vqDebugOut ciaDebugOut
  35. #include <cidebnot.h>
  36. #include <ciexcpt.hxx>
  37. #include <cisem.hxx>
  38. #include <ciadebug.hxx>
  39. #include <tgrow.hxx>
  40. #include <smart.hxx>
  41. #include <tsmem.hxx>
  42. #include <dynstack.hxx>
  43. #include <dynarray.hxx>
  44. #include <strres.hxx>
  45. #include <strings.hxx>
  46. #include "ixhelp.h"
  47. extern HINSTANCE ghInstance;
  48. #pragma hdrstop