windows-nt/Source/XPSP1/NT/net/tapi/skywalker/wavemsp/common.h
2020-09-26 16:20:57 +08:00

33 lines
433 B
C

/*++
Copyright (c) 1997-1999 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 "wavemsp.h"
#include "propbag.h"
#include "waveaddr.h"
#include "wavestrm.h"
#include "wavecall.h"
#endif