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.

34 lines
675 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1997.
  5. //
  6. // File: S M I N C . H
  7. //
  8. // Contents: Standard include for the shell\statmon code
  9. //
  10. // Notes:
  11. //
  12. // Author: CWill 10/21/1997
  13. //
  14. //----------------------------------------------------------------------------
  15. #pragma once
  16. #ifndef _SMINC_H_
  17. #define _SMINC_H_
  18. #include "nsbase.h" // must be first to include atl
  19. #include "ncatlps.h"
  20. #include "ncstl.h"
  21. #include "resource.h"
  22. #include "ras.h"
  23. #include "ncerror.h"
  24. #include "ncnetcon.h"
  25. #include "smcent.h"
  26. #include "smeng.h"
  27. #endif // _SMINC_H_