StdAfx.h
上传用户:gnaf34
上传日期:2022-04-22
资源大小:1657k
文件大小:2k
源码类别:

IP电话/视频会议

开发平台:

Visual C++

  1. /*
  2.  * StdAfx.h.h
  3.  *
  4.  * Include file for standard system include files,
  5.  * or project specific include files that are used frequently, but
  6.  * are changed infrequently
  7.  *
  8.  * Copyright (c) ITEC-Ohio, 2002.
  9.  *
  10.  * The contents of this file are subject to the Mozilla Public License
  11.  * Version 1.0 (the "License"); you may not use this file except in
  12.  * compliance with the License. You may obtain a copy of the License at
  13.  * http://www.mozilla.org/MPL/
  14.  *
  15.  * Software distributed under the License is distributed on an "AS IS"
  16.  * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See
  17.  * the License for the specific language governing rights and limitations
  18.  * under the License.
  19.  *
  20.  * The Original Code is Open H323 Library available at http://www.openh323.org
  21.  * The Initial Developer of the Original Code is Equivalence Pty. Ltd.
  22.  *
  23.  */
  24. #if !defined(AFX_STDAFX_H__FD8E062A_5868_4DF1_8E2F_68F96FBABDB9__INCLUDED_)
  25. #define AFX_STDAFX_H__FD8E062A_5868_4DF1_8E2F_68F96FBABDB9__INCLUDED_
  26. #if _MSC_VER > 1000
  27. #pragma once
  28. #endif // _MSC_VER > 1000
  29. #define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
  30. #include <afxwin.h>         // MFC core and standard components
  31. #include <afxext.h>         // MFC extensions
  32. #include <afxdisp.h>        // MFC Automation classes
  33. #include <afxdtctl.h> // MFC support for Internet Explorer 4 Common Controls
  34. #ifndef _AFX_NO_AFXCMN_SUPPORT
  35. #include <afxcmn.h> // MFC support for Windows Common Controls
  36. #endif // _AFX_NO_AFXCMN_SUPPORT
  37. #include <afxsock.h> // MFC socket extensions
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_STDAFX_H__FD8E062A_5868_4DF1_8E2F_68F96FBABDB9__INCLUDED_)