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.

97 lines
1.9 KiB

  1. /***************************************************************************
  2. *
  3. * Copyright (C) 2001 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: dnmdmi.h
  6. * Content: DirectPlay Modem SP master internal header file.
  7. * History:
  8. * Date By Reason
  9. * ==== == ======
  10. * 03/28/01 masonb Created.
  11. *
  12. ***************************************************************************/
  13. #ifndef __DNMODEMI_H__
  14. #define __DNMODEMI_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 <tchar.h>
  25. #ifndef _XBOX
  26. #include <wincrypt.h>
  27. #endif
  28. //
  29. // DirectPlay public includes
  30. //
  31. #include "dplay8.h"
  32. #include "dpaddr.h"
  33. #include "dpsp8.h"
  34. #ifdef UNICODE
  35. #define IDirectPlay8Address_GetURL IDirectPlay8Address_GetURLW
  36. #else
  37. #define IDirectPlay8Address_GetURL IDirectPlay8Address_GetURLA
  38. #endif // UNICODE
  39. //
  40. // DirectPlay private includes
  41. //
  42. #include "osind.h"
  43. #include "dndbg.h"
  44. #include "classbilink.h"
  45. #include "fixedpool.h"
  46. #include "dneterrors.h"
  47. #include "comutil.h"
  48. #include "creg.h"
  49. #include "strutils.h"
  50. #include "createin.h"
  51. #include "HandleTable.h"
  52. #include "ClassFactory.h"
  53. //
  54. // Modem private includes
  55. //
  56. #undef DPF_SUBCOMP
  57. #define DPF_SUBCOMP DN_SUBCOMP_MODEM
  58. #include "SerialSP.h"
  59. #include "dpnmodemlocals.h"
  60. #include "CommandData.h"
  61. #include "dpnmodemiodata.h"
  62. #include "dpnmodemjobqueue.h"
  63. #include "dpnmodempools.h"
  64. #include "dpnmodemsendqueue.h"
  65. #include "dpnmodemspdata.h"
  66. #include "dpnmodemutils.h"
  67. #include "ComPortData.h"
  68. #include "ComPortUI.h"
  69. #include "DataPort.h"
  70. #include "dpnmodemendpoint.h"
  71. #include "dpnmodemthreadpool.h"
  72. #include "ParseClass.h"
  73. #include "ModemUI.h"
  74. #include "Crc.h"
  75. #include "Resource.h"
  76. #include "dpnmodemextern.h"
  77. #endif // __DNMODEMI_H__