1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-25 16:15:53 +00:00
QB64-PE/internal/c/mingw64/x86_64-w64-mingw32/include/mspbase.h
2019-01-01 22:40:38 +11:00

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