//+--------------------------------------------------------------------------- // // 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 // upnp common ATL usage includes #include // SAFE_RELEASE #include // our bug-detection utilities #include #endif // _HOSTINC_H