windows-nt/Source/XPSP1/NT/multimedia/directx/dplay/dvoice/dxvoice/dvconfig.h
2020-09-26 16:20:57 +08:00

22 lines
589 B
C

/*==========================================================================
*
* Copyright (C) 2000 Microsoft Corporation. All Rights Reserved.
*
* File: dvclientengine.h
* Content: Definition of class for DirectXVoice Client
*
* History:
* Date By Reason
* ==== == ======
* 07/21/2000 rodtoll Created it
***************************************************************************/
#ifndef __DVCONFIG_H
#define __DVCONFIG_H
// Why is this here? Because sometimes voxware likes to write past the last
// byte we give it.
#define COMPRESSION_SLUSH 2
#endif