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.

73 lines
1.4 KiB

  1. /***************************************************************************
  2. *
  3. * Copyright (C) 1997-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. * 04/12/01 VanceO Moved granting registry permissions into common.
  12. *
  13. ***************************************************************************/
  14. #ifndef __DNLOBBYI_H__
  15. #define __DNLOBBYI_H__
  16. //
  17. // Public includes
  18. //
  19. #include <windows.h>
  20. #include <mmsystem.h>
  21. #include <tlhelp32.h>
  22. #include <stdio.h>
  23. //
  24. // DirectPlay public includes
  25. //
  26. #include "dplay8.h"
  27. #include "dplobby8.h"
  28. #include "dpaddr.h"
  29. //
  30. // DirectPlay private includes
  31. //
  32. #include "osind.h"
  33. #include "dneterrors.h"
  34. #include "dndbg.h"
  35. #include "comutil.h"
  36. #include "packbuff.h"
  37. #include "strutils.h"
  38. #include "creg.h"
  39. //
  40. // DirectPlay Core includes
  41. //
  42. #include "..\..\dnet\core\message.h"
  43. //
  44. // Lobby private includes
  45. //
  46. #undef DPF_SUBCOMP
  47. #define DPF_SUBCOMP DN_SUBCOMP_LOBBY
  48. #include "classfac.h"
  49. #include "comstuff.h"
  50. #include "handles.h"
  51. #include "verinfo.h" // For TIME BOMB
  52. #include "DPLApp.h"
  53. #include "DPLClient.h"
  54. #include "DPLCommon.h"
  55. #include "DPLConnect.h"
  56. #include "DPLConset.h"
  57. #include "DPLMsgQ.h"
  58. #include "DPLobby8Int.h"
  59. #include "DPLParam.h"
  60. #include "DPLProc.h"
  61. #include "DPLProt.h"
  62. #include "DPLReg.h"
  63. #endif // __DNLOBBYI_H__