mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-11-23 09:54:39 +08:00
48502b7fea
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@207 4407c894-4637-0410-b4f5-ada5f102cad1
40 lines
604 B
C
40 lines
604 B
C
#ifndef __MSPBASE_H_
|
|
#define __MSPBASE_H_
|
|
|
|
#define _ATL_FREE_THREADED
|
|
|
|
#include <atlbase.h>
|
|
|
|
extern CComModule _Module;
|
|
|
|
#include <atlcom.h>
|
|
#include <tapi.h>
|
|
|
|
#include <strmif.h>
|
|
#include <control.h>
|
|
#include <uuids.h>
|
|
|
|
#include <termmgr.h>
|
|
|
|
#include <msp.h>
|
|
#include <tapi3err.h>
|
|
#include <tapi3if.h>
|
|
|
|
EXTERN_C const IID LIBID_TAPI3Lib;
|
|
|
|
#include "mspenum.h"
|
|
#include "msplog.h"
|
|
#include "msputils.h"
|
|
#include "mspaddr.h"
|
|
#include "mspcall.h"
|
|
#include "mspstrm.h"
|
|
#include "mspthrd.h"
|
|
#include "mspcoll.h"
|
|
|
|
#include "mspterm.h"
|
|
#include "msptrmac.h"
|
|
#include "msptrmar.h"
|
|
#include "msptrmvc.h"
|
|
|
|
#endif
|