//+--------------------------------------------------------------------------- // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1997. // // File: H O S T I N C . H // // Contents: Common includes for upnp device host. // // Notes: // // Author: jeffspr 15 Sep 1999 // //---------------------------------------------------------------------------- #ifndef _HOSTINC_H #define _HOSTINC_H #pragma once #include <upnpatl.h> // upnp common ATL usage includes #include <ncbase.h> // SAFE_RELEASE #include <ncdebug.h> // our bug-detection utilities #include <ncdefine.h> #endif // _HOSTINC_H