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.

90 lines
1.7 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. *
  12. ***************************************************************************/
  13. #ifndef __DXVUTILSPCH_H__
  14. #define __DXVUTILSPCH_H__
  15. //
  16. // Public includes
  17. //
  18. #include <windows.h>
  19. #include <string>
  20. #include <mmsystem.h>
  21. #include <tchar.h>
  22. #include <string>
  23. #include <list>
  24. #include <vector>
  25. #include <math.h>
  26. #include <mmddk.h>
  27. //
  28. // DirectX public includes
  29. //
  30. #include <dsoundp.h>
  31. #include <dsprv.h>
  32. //
  33. // DirectPlay public includes
  34. //
  35. #include "dvoice.h"
  36. #include "dpvcp.h"
  37. //
  38. // DirectPlay private includes
  39. //
  40. #include "osind.h"
  41. #include "dndbg.h"
  42. #include "comutil.h"
  43. #include "creg.h"
  44. #include "strutils.h"
  45. //
  46. // DirectPlay Voice private includes
  47. //
  48. //#include "fdtcfg.h"
  49. //
  50. // DirectPlay Voice Utils includes
  51. //
  52. #include "dvcdb.h"
  53. #include "aplayb.h"
  54. #include "aplayd.h"
  55. #include "arecb.h"
  56. #include "mixline.h"
  57. #include "dsplayb.h"
  58. #include "diagnos.h"
  59. #include "sndutils.h"
  60. #include "dsplayd.h"
  61. #include "dsprvobj.h"
  62. #include "dxexcp.h"
  63. #include "dsutils.h"
  64. #include "inqueue2.h"
  65. #include "innerque.h"
  66. #include "bfcsynch.h"
  67. #include "wiutils.h"
  68. #include "arecd.h"
  69. #include "dscrecd.h"
  70. #include "Timer.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 "resource.h"
  79. #include "..\..\..\bldcfg\dpvcfg.h"
  80. #endif // __DXVUTILSPCH_H__