mirror of https://github.com/tongzx/nt5src
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
25 lines
632 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// 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
|