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.

51 lines
1.1 KiB

  1. /***************************************************************************
  2. *
  3. * Copyright (C) 1997-1999 Microsoft Corporation. All Rights Reserved.
  4. *
  5. * File: DNCOMMONi.h
  6. * Content: DirectPlay Common 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 __DNCOMMONI_H__
  15. #define __DNCOMMONI_H__
  16. //
  17. // Public includes
  18. //
  19. #include <windows.h>
  20. #include <mmsystem.h>
  21. #include <inetmsg.h>
  22. #include <tapi.h>
  23. #include <stdio.h> // swscanf being used by guidutil.cpp
  24. #include <accctrl.h>
  25. #include <aclapi.h>
  26. //
  27. // DirectPlay public includes
  28. //
  29. #include "dplay8.h"
  30. //
  31. // Common private includes
  32. //
  33. #include "dndbg.h"
  34. #include "osind.h"
  35. #include "classbilink.h"
  36. #include "dneterrors.h"
  37. #include "LockedCCFPM.h"
  38. #include "guidutil.h"
  39. #include "creg.h"
  40. #include "strutils.h"
  41. #include "ReadWriteLock.h"
  42. #undef DPF_SUBCOMP
  43. #define DPF_SUBCOMP DN_SUBCOMP_COMMON
  44. #endif // __DNCOMMONI_H__