Leaked source code of windows server 2003
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
709 B

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1997.
//
// File: S M I N C . H
//
// Contents: Standard include for the shell\statmon code
//
// Notes:
//
// Author: CWill 10/21/1997
//
//----------------------------------------------------------------------------
#pragma once
#ifndef _SMINC_H_
#define _SMINC_H_
#include "nsbase.h" // must be first to include atl
#include "ncatlps.h"
#include "ncstl.h"
#include "resource.h"
#include "ras.h"
#include "ncerror.h"
#include "ncnetcon.h"
#include "smcent.h"
#include "smeng.h"
#endif // _SMINC_H_