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.

91 lines
1.8 KiB

  1. /***************************************************************************
  2. *
  3. * Copyright (C) 1997-1999 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: dxvutilspch.h
  6. * Content: DirectPlayVoice DXVUTILS master internal header file.
  7. * History:
  8. * Date By Reason
  9. * ==== == ======
  10. * 03/28/01 masonb Created.
  11. * 02/28/2002 rodtoll WINBUG #550105 SECURITY: DPVOICE: Dead code
  12. * - Remove unused files from precompiled header
  13. *
  14. ***************************************************************************/
  15. #ifndef __DXVUTILSPCH_H__
  16. #define __DXVUTILSPCH_H__
  17. //
  18. // Public includes
  19. //
  20. #include <windows.h>
  21. #include <string>
  22. #include <mmsystem.h>
  23. #include <tchar.h>
  24. #include <string>
  25. #include <list>
  26. #include <vector>
  27. #include <math.h>
  28. #include <mmddk.h>
  29. //
  30. // DirectX public includes
  31. //
  32. #include <dsoundp.h>
  33. #include <dsprv.h>
  34. //
  35. // DirectPlay public includes
  36. //
  37. #include "dvoice.h"
  38. #include "dpvcp.h"
  39. #include "dplay8.h"
  40. //
  41. // DirectPlay private includes
  42. //
  43. #include "osind.h"
  44. #include "dndbg.h"
  45. #include "comutil.h"
  46. #include "creg.h"
  47. #include "strutils.h"
  48. //
  49. // DirectPlay Voice private includes
  50. //
  51. //#include "fdtcfg.h"
  52. //
  53. // DirectPlay Voice Utils includes
  54. //
  55. #include "mixline.h"
  56. #include "dvcdb.h"
  57. #include "aplayb.h"
  58. #include "aplayd.h"
  59. #include "arecb.h"
  60. #include "dsplayb.h"
  61. #include "diagnos.h"
  62. #include "sndutils.h"
  63. #include "dsplayd.h"
  64. #include "dsprvobj.h"
  65. #include "inqueue2.h"
  66. #include "innerque.h"
  67. #include "bfcsynch.h"
  68. #include "wiutils.h"
  69. #include "arecd.h"
  70. #include "dscrecd.h"
  71. #include "devmap.h"
  72. #include "dscrecb.h"
  73. #include "decibels.h"
  74. #include "frame.h"
  75. #include "agcva.h"
  76. #include "agcva1.h"
  77. #include "wavformat.h"
  78. #include "dvtimer.h"
  79. #include "resource.h"
  80. #endif // __DXVUTILSPCH_H__