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.

77 lines
1.6 KiB

  1. /***************************************************************************
  2. *
  3. * Copyright (C) 2001 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. // Build configuration include
  17. //
  18. #include "dpnbuild.h"
  19. //
  20. // Public includes
  21. //
  22. #if ((defined(_XBOX)) && (! defined(XBOX_ON_DESKTOP)))
  23. #include <xtl.h>
  24. #else // ! _XBOX or XBOX_ON_DESKTOP
  25. #include <windows.h>
  26. #include <winsock.h>
  27. #include <stdio.h>
  28. #include <stdlib.h>
  29. #endif // ! _XBOX or XBOX_ON_DESKTOP
  30. #include <tchar.h>
  31. #ifndef _XBOX
  32. #include <wincrypt.h>
  33. #endif
  34. //
  35. // DirectPlay public includes
  36. //
  37. #include "dplay8.h"
  38. #include "dpaddr.h"
  39. #ifndef DPNBUILD_NOVOICE
  40. #include "dvoice.h"
  41. #endif // !DPNBUILD_NOVOICE
  42. //
  43. // DirectPlay private includes
  44. //
  45. #include "osind.h"
  46. #include "classbilink.h"
  47. #include "fixedpool.h"
  48. #include "dneterrors.h"
  49. #include "dndbg.h"
  50. #include "comutil.h"
  51. #include "creg.h"
  52. #include "strutils.h"
  53. #include "ClassFactory.h"
  54. //
  55. // Addr private includes
  56. //
  57. #undef DPF_SUBCOMP
  58. #define DPF_SUBCOMP DN_SUBCOMP_ADDR
  59. #include "addbase.h"
  60. #include "addcore.h"
  61. #include "addparse.h"
  62. #include "addtcp.h"
  63. #include "classfac.h"
  64. #include "strcache.h"
  65. #ifndef DPNBUILD_NOLEGACYDP
  66. #include "dplegacy.h"
  67. #endif // ! DPNBUILD_NOLEGACYDP
  68. #include "dpnaddrextern.h"
  69. #endif // __DNADDRI_H__