Source code of Windows XP (NT5)
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.

30 lines
693 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: U P N P A T L . H
  7. //
  8. // Contents: Common includes for upnp ATL usage
  9. //
  10. // Notes:
  11. //
  12. // Author: jeffspr 15 Sep 1999
  13. //
  14. //----------------------------------------------------------------------------
  15. #ifndef _UPNPATL_H_
  16. #define _UPNPATL_H_
  17. #pragma once
  18. #include <atldef.h>
  19. #include <atlbase.h>
  20. extern CComModule _Module;
  21. #include <atlcom.h>
  22. #pragma warning(disable : 4530) // disable warnings about exception handling
  23. #include <vector>
  24. #include <comdef.h>
  25. using namespace std;
  26. #endif // _UPNPATL_H_