/* Copyright (c) 1998-1999 Microsoft Corporation */ // // stdafx.h: Precompiled header file for termmgr.dll // #ifndef __TERMMGR_STDAFX_H__ #define __TERMMGR_STDAFX_H__ #if _MSC_VER >= 1000 #pragma once #endif // _MSC_VER >= 1000 #define STRICT // // MSP base classes (terminal base classes, etc.) // #include // // Multimedia and DirectShow stuff. // #include #include #include #include #include #include #include #include #include #include // // Termmgr.dll's own private headers // // // tm.h contains definitions shared throughout modules composing terminal manager // #include "tm.h" #include "stream.h" #include "sample.h" #include "mtenum.h" #include "tmutils.h" #define TM_IsBadWritePtr(x, y) IsBadWritePtr((x), (y)) #endif // __TERMMGR_STDAFX_H__