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.

25 lines
632 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: H O S T I N C . H
  7. //
  8. // Contents: Common includes for upnp device host.
  9. //
  10. // Notes:
  11. //
  12. // Author: jeffspr 15 Sep 1999
  13. //
  14. //----------------------------------------------------------------------------
  15. #ifndef _HOSTINC_H
  16. #define _HOSTINC_H
  17. #pragma once
  18. #include <upnpatl.h> // upnp common ATL usage includes
  19. #include <ncbase.h> // SAFE_RELEASE
  20. #include <ncdebug.h> // our bug-detection utilities
  21. #include <ncdefine.h>
  22. #endif // _HOSTINC_H