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.

80 lines
1.4 KiB

  1. /***************************************************************************
  2. *
  3. * Copyright (C) 1997-1999 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: dxvtlibpch.h
  6. * Content: DirectPlayVoice DXVTLIB master internal header file.
  7. * History:
  8. * Date By Reason
  9. * ==== == ======
  10. * 03/28/01 masonb Created.
  11. *
  12. ***************************************************************************/
  13. #ifndef __DXVTLIBPCH_H__
  14. #define __DXVTLIBPCH_H__
  15. //
  16. // Public includes
  17. //
  18. #include <windows.h>
  19. #include <mmsystem.h>
  20. #include <tchar.h>
  21. #include <stdio.h>
  22. #ifndef WIN95
  23. #include <prsht.h>
  24. #include <shfusion.h>
  25. #endif
  26. #include <commctrl.h>
  27. //
  28. // DirectX public includes
  29. //
  30. #include "dsound.h"
  31. #include "dsprv.h"
  32. //
  33. // DirectPlay public includes
  34. //
  35. #include "dvoice.h"
  36. #include "dplay8.h"
  37. //
  38. // DirectPlay4 public includes
  39. //
  40. //#include "dplay.h"
  41. //#include "dplobby.h"
  42. //
  43. // DirectPlay private includes
  44. //
  45. #include "osind.h"
  46. #include "dndbg.h"
  47. #include "guidutil.h"
  48. #include "comutil.h"
  49. #include "creg.h"
  50. //
  51. // DirectPlay Voice private includes
  52. //
  53. #include "winutil.h"
  54. #include "decibels.h"
  55. #include "diagnos.h"
  56. #include "devmap.h"
  57. #include "dverror.h"
  58. //
  59. // Voice includes
  60. //
  61. #include "fdtcfg.h"
  62. #include "fdtipc.h"
  63. #include "fulldup.h"
  64. #include "fdtglob.h"
  65. #include "loopback.h"
  66. #include "peakmetr.h"
  67. #include "resource.h"
  68. #include "supervis.h"
  69. #include "..\..\..\bldcfg\dpvcfg.h"
  70. #endif // __DXVTLIBPCH_H__