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.

49 lines
1011 B

  1. /***************************************************************************
  2. *
  3. * Copyright (C) 1997-1999 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: dnproti.h
  6. * Content: DirectPlay Protocol master internal header file.
  7. * History:
  8. * Date By Reason
  9. * ==== == ======
  10. * 03/28/01 masonb Created.
  11. * 06/06/01 minara include comutil.h for COM usage
  12. *
  13. ***************************************************************************/
  14. #ifndef __DNPROTI_H__
  15. #define __DNPROTI_H__
  16. //
  17. // Public includes
  18. //
  19. #include <windows.h>
  20. #include <mmsystem.h>
  21. //
  22. // DirectPlay public includes
  23. //
  24. #include "dplay8.h"
  25. #include "dpsp8.h"
  26. //
  27. // DirectPlay private includes
  28. //
  29. #include "osind.h"
  30. #include "classbilink.h"
  31. #include "fpm.h"
  32. #include "dneterrors.h"
  33. #include "dndbg.h"
  34. #include "comutil.h"
  35. //
  36. // Protocol private includes
  37. //
  38. #include "dnprot.h"
  39. #include "internal.h"
  40. #include "dnpextern.h"
  41. #include "mytimer.h"
  42. #include "frames.h"
  43. #endif // __DNPROTI_H__