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

30 lines
369 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 "H323msp.h"
#include "H323addr.h"
#include "H323call.h"
#include "H323strm.h"
#include "H323aud.h"
#include "H323vid.h"
#include "H323util.h"
#endif