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.

95 lines
1.8 KiB

  1. /***************************************************************************
  2. *
  3. * Copyright (C) 2001 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: dp8simi.h
  6. *
  7. * Content: DP8SIM master internal header file.
  8. *
  9. * History:
  10. * Date By Reason
  11. * ======== ======== =========
  12. * 04/23/01 VanceO Created.
  13. *
  14. ***************************************************************************/
  15. #ifndef __DP8SIMI_H__
  16. #define __DP8SIMI_H__
  17. //
  18. // Build configuration include
  19. //
  20. #include "dpnbuild.h"
  21. //
  22. // Don't use the C interface style for COM, use C++
  23. //
  24. #undef CINTERFACE
  25. //
  26. // Public includes
  27. //
  28. #include <windows.h>
  29. #include <ole2.h>
  30. #include <mmsystem.h> // NT BUILD requires this for timeGetTime
  31. #include <stdio.h> // for swprintf
  32. #include <math.h> // for log and sqrt
  33. #include <tchar.h>
  34. #ifndef _XBOX
  35. #include <wincrypt.h>
  36. #endif
  37. //
  38. // DirectPlay public includes
  39. //
  40. #include "dplay8.h"
  41. #include "dpaddr.h"
  42. #include "dpsp8.h"
  43. //
  44. // DirectPlay private includes
  45. //
  46. #include "dndbg.h"
  47. #include "osind.h"
  48. #include "classbilink.h"
  49. #include "creg.h"
  50. #include "createin.h"
  51. #include "comutil.h"
  52. #include "dneterrors.h"
  53. #include "strutils.h"
  54. #include "fixedpool.h"
  55. //
  56. // DP8Sim includes
  57. //
  58. #include "dp8sim.h"
  59. //
  60. // DP8SimSP private includes
  61. //
  62. #undef DPF_SUBCOMP
  63. #define DPF_SUBCOMP DN_SUBCOMP_TOOLS
  64. #include "dp8simlocals.h"
  65. #include "dp8simpools.h"
  66. #include "dp8simipc.h"
  67. #include "spcallbackobj.h"
  68. #include "spwrapper.h"
  69. #include "dp8simendpoint.h"
  70. #include "dp8simcmd.h"
  71. #include "dp8simworkerthread.h"
  72. #include "dp8simsend.h"
  73. #include "dp8simreceive.h"
  74. #include "controlobj.h"
  75. #include "dp8simjob.h"
  76. #include "resource.h"
  77. #endif // __DP8SIMI_H__