windows-nt/Source/XPSP1/NT/net/tapi/skywalker/csamsp/common.h

34 lines
425 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
Copyright (c) 1997 Microsoft Corporation
Module Name:
common.h
Abstract:
commonly used headers.
Author:
Mu Han (muhan) 1-November-1997
--*/
#ifndef __COMMON_H_
#define __COMMON_H_
#include <mmsystem.h>
#include <mmreg.h>
#include <mtype.h>
#include <g711uids.h>
#include <evcode.h>
#include "csamsp.h"
#include "propbag.h"
#include "csaaddr.h"
#include "csastrm.h"
#include "csacall.h"
#endif