Leaked source code of windows server 2003
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.

21 lines
610 B

  1. /*==========================================================================
  2. *
  3. * Copyright (C) 2000 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: dvclientengine.h
  6. * Content: Definition of class for DirectXVoice Client
  7. *
  8. * History:
  9. * Date By Reason
  10. * ==== == ======
  11. * 07/21/2000 rodtoll Created it
  12. ***************************************************************************/
  13. #ifndef __DVCONFIG_H
  14. #define __DVCONFIG_H
  15. // Why is this here? Because sometimes voxware likes to write past the last
  16. // byte we give it.
  17. #define COMPRESSION_SLUSH 2
  18. #endif