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.

61 lines
1.2 KiB

  1. /***************************************************************************
  2. *
  3. * Copyright (C) 1997-1999 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: dnaddri.h
  6. * Content: DirectPlay Address master internal header file.
  7. * History:
  8. * Date By Reason
  9. * ==== == ======
  10. * 03/28/01 masonb Created.
  11. *
  12. ***************************************************************************/
  13. #ifndef __DNADDRI_H__
  14. #define __DNADDRI_H__
  15. //
  16. // Public includes
  17. //
  18. #include <windows.h>
  19. #include <winsock.h>
  20. #include <stdio.h>
  21. //
  22. // DirectPlay public includes
  23. //
  24. #include "dplay8.h"
  25. #include "dpaddr.h"
  26. #include "dvoice.h"
  27. //
  28. // DirectPlay private includes
  29. //
  30. #include "osind.h"
  31. #include "classbilink.h"
  32. #include "fpm.h"
  33. #include "classfpm.h"
  34. #include "dneterrors.h"
  35. #include "dndbg.h"
  36. #include "comutil.h"
  37. #include "creg.h"
  38. #include "strutils.h"
  39. //
  40. // Addr private includes
  41. //
  42. #undef DPF_SUBCOMP
  43. #define DPF_SUBCOMP DN_SUBCOMP_ADDR
  44. #include "addbase.h"
  45. #include "addbld.h"
  46. #include "addcore.h"
  47. #include "addint.h"
  48. #include "addparse.h"
  49. #include "addtcp.h"
  50. #include "classfac.h"
  51. #include "comstuff.h"
  52. #include "dplegacy.h"
  53. #include "strcache.h"
  54. #endif // __DNADDRI_H__