This repository has been archived on 2024-12-16. You can view files and clone it, but cannot push or open issues or pull requests.
CodeBlocksPortable/Borland/BCC55/Include/dxmrtp.h

30 lines
545 B
C

/*++
Copyright (c) 1997, Microsoft Corporation
Module Name:
dxmrtp.h
Abstract:
Master include file for Windows DirectX Media Based RTP implementation.
--*/
#ifndef __DXMRTP_INCLUDED__
#pragma option push -b -a8 -pc -A- /*P_O_Push*/
#define __DXMRTP_INCLUDED__
/* Include all of the filter header files */
#include <amrtpnet.h>
#include <amrtpdmx.h>
#include <amrtpss.h>
#include <irtprph.h>
#include <irtpsph.h>
#include <amrtpuid.h>
#include <g711uids.h>
#pragma option pop /*P_O_Pop*/
#endif /* #ifndef __DXMRTP_INCLUDED__ */