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.

52 lines
1.1 KiB

  1. /***************************************************************************
  2. *
  3. * Copyright (C) 1997-1999 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: dpvacmpch.h
  6. * Content: DirectPlayVoice ACM master internal header file.
  7. * History:
  8. * Date By Reason
  9. * ==== == ======
  10. * 03/28/01 masonb Created.
  11. *
  12. ***************************************************************************/
  13. #ifndef __DPVACMPCH_H__
  14. #define __DPVACMPCH_H__
  15. //
  16. // Public includes
  17. //
  18. #include <windows.h>
  19. #include <wchar.h>
  20. #include <tchar.h>
  21. //
  22. // DirectPlay public includes
  23. //
  24. #include "dvoice.h"
  25. #include "dpvcp.h"
  26. //
  27. // DirectPlay private includes
  28. //
  29. #include "osind.h"
  30. #include "dndbg.h"
  31. #include "comutil.h"
  32. #include "creg.h"
  33. #include "strutils.h"
  34. //
  35. // Voice includes
  36. //
  37. #include "dpvacm.h"
  38. #include "dpvcpi.h"
  39. #include "dpvacmi.h"
  40. #include "dpvaconv.h"
  41. #include "dpvautil.h"
  42. #include "resource.h"
  43. #include "wavformat.h"
  44. #include "wiutils.h"
  45. #include "createin.h"
  46. #endif // __DPVACMPCH_H__