PRECOMP.H

//**************************************************************************** 
// Module: NMUI.EXE
// File: PRECOMP.H
// Content:
//
//
// Copyright (c) Microsoft Corporation 1995-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

// Build Options
#define NM2_CHAT_PROTOCOL // Use the NetMeeting 2.0 Chat Protocol for sending text


// 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 "cMgr.h"
#include "cConf.h"
#include "cCall.h"
#include "cChan.h"
#include "cMemb.h"
#include "cData.h"
#include "cVideo.h"

#include "resource.h"

#endif /* _PRECOMP_H */