Source code of Windows XP (NT5)
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.
|
|
/***************************************************************************
* * Copyright (C) 1997-1999 Microsoft Corporation. All Rights Reserved. * * File: dpvxlibpch.h * Content: DirectPlayVoice DPVXLIB master internal header file. * History: * Date By Reason * ==== == ====== * 03/28/01 masonb Created. * ***************************************************************************/
#ifndef __DPVXLIBPCH_H__
#define __DPVXLIBPCH_H__
//
// Public includes
//
#include <windows.h>
#include <tchar.h>
//
// DirectPlay public includes
//
#include "dvoice.h"
//
// DirectPlay4 public includes
//
#include "dplay.h"
#include "dplobby.h"
//
// Voice includes
//
#include "dpvxchar.h"
#include "dpvxdplay.h"
#include "dpvxdump.h"
#include "dpvxerr.h"
#include "dpvxmisc.h"
#include "..\..\..\bldcfg\dpvcfg.h"
#endif // __DPVXLIBPCH_H__
|