You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.1 KiB
52 lines
1.1 KiB
/***************************************************************************
|
|
*
|
|
* Copyright (C) 1997-1999 Microsoft Corporation. All Rights Reserved.
|
|
*
|
|
* File: dpvacmpch.h
|
|
* Content: DirectPlayVoice ACM master internal header file.
|
|
* History:
|
|
* Date By Reason
|
|
* ==== == ======
|
|
* 03/28/01 masonb Created.
|
|
*
|
|
***************************************************************************/
|
|
|
|
#ifndef __DPVACMPCH_H__
|
|
#define __DPVACMPCH_H__
|
|
|
|
//
|
|
// Public includes
|
|
//
|
|
#include <windows.h>
|
|
#include <wchar.h>
|
|
#include <tchar.h>
|
|
|
|
//
|
|
// DirectPlay public includes
|
|
//
|
|
#include "dvoice.h"
|
|
#include "dpvcp.h"
|
|
|
|
//
|
|
// DirectPlay private includes
|
|
//
|
|
#include "osind.h"
|
|
#include "dndbg.h"
|
|
#include "comutil.h"
|
|
#include "creg.h"
|
|
#include "strutils.h"
|
|
|
|
//
|
|
// Voice includes
|
|
//
|
|
#include "dpvacm.h"
|
|
#include "dpvcpi.h"
|
|
#include "dpvacmi.h"
|
|
#include "dpvaconv.h"
|
|
#include "dpvautil.h"
|
|
#include "resource.h"
|
|
#include "wavformat.h"
|
|
#include "wiutils.h"
|
|
#include "createin.h"
|
|
|
|
#endif // __DPVACMPCH_H__
|