PRECOMP.H
//**************************************************************************** 
//  Module:     NMSHARE.EXE      
//  File:       PRECOMP.H 
//  Content:     
//               
// 
//  Copyright (c) Microsoft Corporation 1997 
// 
// THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF  
// ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO  
// THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A  
// PARTICULAR PURPOSE. 
//**************************************************************************** 
 
 
#ifndef _PRECOMP_H 
#define _PRECOMP_H 
 
// System Include files 
#include <windows.h> 
#include <windowsx.h> 
#include <commctrl.h> 
#include <tchar.h> 
#include <ocidl.h> 
 
#include "imsconf2.h" 
 
#include "global.h" 
#include "clUtil.h" 
#include "cConf.h" 
#include "cShare.h" 
#include "cMemb.h" 
 
#include "resource.h" 
 
#endif /* _PRECOMP_H */