source: Daodan/MSYS2/mingw32/i686-w64-mingw32/include/mspbase.h

Last change on this file was 1166, checked in by rossy, 3 years ago

Daodan: Replace MinGW build env with an up-to-date MSYS2 env

File size: 604 bytes
Line 
1#ifndef __MSPBASE_H_
2#define __MSPBASE_H_
3
4#define _ATL_FREE_THREADED
5
6#include <atlbase.h>
7
8extern CComModule _Module;
9
10#include <atlcom.h>
11#include <tapi.h>
12
13#include <strmif.h>
14#include <control.h>
15#include <uuids.h>
16
17#include <termmgr.h>
18
19#include <msp.h>
20#include <tapi3err.h>
21#include <tapi3if.h>
22
23EXTERN_C const IID LIBID_TAPI3Lib;
24
25#include "mspenum.h"
26#include "msplog.h"
27#include "msputils.h"
28#include "mspaddr.h"
29#include "mspcall.h"
30#include "mspstrm.h"
31#include "mspthrd.h"
32#include "mspcoll.h"
33
34#include "mspterm.h"
35#include "msptrmac.h"
36#include "msptrmar.h"
37#include "msptrmvc.h"
38
39#endif
Note: See TracBrowser for help on using the repository browser.