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.

91 lines
1.8 KiB

  1. /***************************************************************************
  2. *
  3. * Copyright (C) 2001 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: DNLOBBYI.h
  6. * Content: DirectPlay Lobby master internal header file.
  7. * History:
  8. * Date By Reason
  9. * ==== == ======
  10. * 03/28/01 masonb Created.
  11. *
  12. ***************************************************************************/
  13. #ifndef __DNLOBBYI_H__
  14. #define __DNLOBBYI_H__
  15. //
  16. // Build configuration include
  17. //
  18. #include "dpnbuild.h"
  19. //
  20. // Public includes
  21. //
  22. #include <windows.h>
  23. #include <mmsystem.h>
  24. #include <stdio.h>
  25. #include <tchar.h>
  26. #include <tlhelp32.h>
  27. #ifndef _XBOX
  28. #include <wincrypt.h>
  29. #endif
  30. //
  31. // DirectPlay public includes
  32. //
  33. #include "dplay8.h"
  34. #include "dplobby8.h"
  35. #include "dpaddr.h"
  36. #ifdef UNICODE
  37. #define IDirectPlay8Address_GetURL IDirectPlay8Address_GetURLW
  38. #else
  39. #define IDirectPlay8Address_GetURL IDirectPlay8Address_GetURLA
  40. #endif // UNICODE
  41. //
  42. // DirectPlay private includes
  43. //
  44. #include "osind.h"
  45. #include "dneterrors.h"
  46. #include "dndbg.h"
  47. #include "comutil.h"
  48. #include "classbilink.h"
  49. #include "packbuff.h"
  50. #include "strutils.h"
  51. #include "creg.h"
  52. #include "FixedPool.h"
  53. #include "ClassFactory.h"
  54. #include "HandleTable.h"
  55. //
  56. // DirectPlay Core includes
  57. //
  58. #include "message.h"
  59. //
  60. // Lobby private includes
  61. //
  62. #undef DPF_SUBCOMP
  63. #define DPF_SUBCOMP DN_SUBCOMP_LOBBY
  64. #include "classfac.h"
  65. #include "verinfo.h" // For TIME BOMB
  66. #include "DPLApp.h"
  67. #include "DPLClient.h"
  68. #include "DPLCommon.h"
  69. #include "DPLConnect.h"
  70. #include "DPLConset.h"
  71. #include "DPLMsgQ.h"
  72. #include "DPLobby8Int.h"
  73. #include "DPLParam.h"
  74. #include "DPLProc.h"
  75. #include "DPLProt.h"
  76. #include "DPLReg.h"
  77. #include "dpnlobbyextern.h"
  78. #endif // __DNLOBBYI_H__