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.

54 lines
1.1 KiB

  1. /***************************************************************************
  2. *
  3. * Copyright (C) 2001-2002 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: dpnhpasti.h
  6. *
  7. * Content: DPNHPAST master internal header file.
  8. *
  9. * History:
  10. * Date By Reason
  11. * ======== ======== =========
  12. * 04/16/01 VanceO Split DPNATHLP into DPNHUPNP and DPNHPAST.
  13. *
  14. ***************************************************************************/
  15. #ifndef __DPNHPASTI_H__
  16. #define __DPNHPASTI_H__
  17. //
  18. // Build configuration include
  19. //
  20. #include "dpnbuild.h"
  21. //
  22. // Public includes
  23. //
  24. #include <windows.h>
  25. #include <ole2.h>
  26. #include <wincrypt.h> // for random numbers
  27. #include <mmsystem.h> // NT BUILD requires this for timeGetTime
  28. #include <iphlpapi.h>
  29. #include <tchar.h>
  30. //
  31. // DirectPlay private includes
  32. //
  33. #include "dndbg.h"
  34. #include "osind.h"
  35. #include "classbilink.h"
  36. #include "creg.h"
  37. #include "createin.h"
  38. #include "strutils.h"
  39. #undef DPF_SUBCOMP
  40. #define DPF_SUBCOMP DN_SUBCOMP_NATHELP
  41. #endif // __DPNHPASTI_H__