windows-nt/Source/XPSP1/NT/net/upnp/host/inc/hostinc.h

26 lines
632 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+---------------------------------------------------------------------------
//
// 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