| Revision: | 1166 | 
| Committed: | Tue Oct 26 14:22:36 2021 UTC (4 years ago) by rossy | 
| Content type: | text/x-chdr | 
| File size: | 604 byte(s) | 
| Log Message: | Daodan: Replace MinGW build env with an up-to-date MSYS2 env | 
| # | Content | 
|---|---|
| 1 | #ifndef __MSPBASE_H_ | 
| 2 | #define __MSPBASE_H_ | 
| 3 | |
| 4 | #define _ATL_FREE_THREADED | 
| 5 | |
| 6 | #include <atlbase.h> | 
| 7 | |
| 8 | extern 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 | |
| 23 | EXTERN_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 |