//+--------------------------------------------------------------------------- // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1997. // // File: U P N P A T L . H // // Contents: Common includes for upnp ATL usage // // Notes: // // Author: jeffspr 15 Sep 1999 // //---------------------------------------------------------------------------- #ifndef _UPNPATL_H_ #define _UPNPATL_H_ #pragma once #include #include extern CComModule _Module; #include #pragma warning(disable : 4530) // disable warnings about exception handling #include #include using namespace std; #endif // _UPNPATL_H_