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.

27 lines
591 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: N S B A S E . H
  7. //
  8. // Contents: Base include file for netshell.dll. Defines globals.
  9. //
  10. // Notes:
  11. //
  12. // Author: shaunco 15 Sep 1997
  13. //
  14. //----------------------------------------------------------------------------
  15. #pragma once
  16. #include <atlbase.h>
  17. extern CComModule _Module;
  18. #include <atlcom.h>
  19. #ifdef SubclassWindow
  20. #undef SubclassWindow
  21. #endif
  22. #include <atlwin.h>
  23. #include "ncatl.h"
  24. #include "upclsid.h"