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.

45 lines
899 B

  1. /***************************************************************************
  2. *
  3. * Copyright (C) 1997-1999 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: dpvxlibpch.h
  6. * Content: DirectPlayVoice DPVXLIB master internal header file.
  7. * History:
  8. * Date By Reason
  9. * ==== == ======
  10. * 03/28/01 masonb Created.
  11. *
  12. ***************************************************************************/
  13. #ifndef __DPVXLIBPCH_H__
  14. #define __DPVXLIBPCH_H__
  15. //
  16. // Public includes
  17. //
  18. #include <windows.h>
  19. #include <tchar.h>
  20. //
  21. // DirectPlay public includes
  22. //
  23. #include "dvoice.h"
  24. //
  25. // DirectPlay4 public includes
  26. //
  27. #include "dplay.h"
  28. #include "dplobby.h"
  29. //
  30. // Voice includes
  31. //
  32. #include "dpvxchar.h"
  33. #include "dpvxdplay.h"
  34. #include "dpvxdump.h"
  35. #include "dpvxerr.h"
  36. #include "dpvxmisc.h"
  37. #include "..\..\..\bldcfg\dpvcfg.h"
  38. #endif // __DPVXLIBPCH_H__