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.

63 lines
1.1 KiB

  1. /***************************************************************************
  2. *
  3. * Copyright (C) 1997-1999 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: dxvhelppch.h
  6. * Content: DirectPlayVoice DXVHELP master internal header file.
  7. * History:
  8. * Date By Reason
  9. * ==== == ======
  10. * 03/28/01 masonb Created.
  11. *
  12. ***************************************************************************/
  13. #ifndef __DXVHELPPCH_H__
  14. #define __DXVHELPPCH_H__
  15. #define _WIN32_DCOM
  16. //
  17. // Public includes
  18. //
  19. #include <windows.h>
  20. #include <tchar.h>
  21. #include <commctrl.h>
  22. #include <stdio.h>
  23. #include <objbase.h>
  24. //
  25. // DirectPlay public includes
  26. //
  27. #include "dvoice.h"
  28. //
  29. // DirectPlay4 public includes
  30. //
  31. #include "dplobby.h"
  32. //
  33. // DirectPlay private includes
  34. //
  35. #include "dndbg.h"
  36. #include "osind.h"
  37. //
  38. // DirectVoice private includes
  39. //
  40. #include "dpvxlib.h"
  41. //
  42. // Voice includes
  43. //
  44. #include "dxvhelp.h"
  45. #include "conndlg.h"
  46. #include "misc.h"
  47. #include "voice.h"
  48. #include "maindlg.h"
  49. #include "snddlg.h"
  50. #include "hostdlg.h"
  51. #include "resource.h"
  52. #include "..\..\..\bldcfg\dpvcfg.h"
  53. #endif // __DXVHELPPCH_H__