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.

23 lines
528 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 2000.
  5. //
  6. // File: U C B A S E . H
  7. //
  8. // Contents: Base include file for upnpcont.dll. Global defines.
  9. //
  10. // Notes:
  11. //
  12. // Author: mbend 16 Aug 2000
  13. //
  14. //----------------------------------------------------------------------------
  15. #pragma once
  16. #include <atlbase.h>
  17. #include <atlapp.h>
  18. extern CServerAppModule _Module;
  19. #include <atlcom.h>
  20. #include "ncatl.h"