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.

60 lines
967 B

  1. /*
  2. Copyright (c) 1998-1999 Microsoft Corporation
  3. */
  4. //
  5. // stdafx.h: Precompiled header file for termmgr.dll
  6. //
  7. #ifndef __TERMMGR_STDAFX_H__
  8. #define __TERMMGR_STDAFX_H__
  9. #if _MSC_VER >= 1000
  10. #pragma once
  11. #endif // _MSC_VER >= 1000
  12. #define STRICT
  13. //
  14. // MSP base classes (terminal base classes, etc.)
  15. //
  16. #include <mspbase.h>
  17. //
  18. // Multimedia and DirectShow stuff.
  19. //
  20. #include <mmsystem.h>
  21. #include <mmreg.h>
  22. #include <control.h>
  23. #include <mmstream.h>
  24. #include <amstream.h>
  25. #include <strmif.h>
  26. #include <vfwmsgs.h>
  27. #include <amvideo.h>
  28. #include <uuids.h>
  29. #include <mtype.h>
  30. //
  31. // Termmgr.dll's own private headers
  32. //
  33. //
  34. // tm.h contains definitions shared throughout modules composing terminal manager
  35. //
  36. #include "tm.h"
  37. #include "stream.h"
  38. #include "sample.h"
  39. #include "mtenum.h"
  40. #include "tmutils.h"
  41. #define TM_IsBadWritePtr(x, y) IsBadWritePtr((x), (y))
  42. #endif // __TERMMGR_STDAFX_H__