stdafx.h

来自「BCAM 1394 Driver」· C头文件 代码 · 共 42 行

H
42
字号
//-----------------------------------------------------------------------------
//  (c) 2002 by Basler Vision Technologies
//  Section:  Vision Components
//  Project:  BCAM
//  $Header: stdafx.h, 5, 15.06.2004 09:36:09, Moebius, V.$
//-----------------------------------------------------------------------------
/**
  \file     stdafx.h
  \brief    include file for standard system include files,
*/

#if !defined(AFX_STDAFX_H__DD8D0EEC_CACA_490A_A071_571507BA4E60__INCLUDED_)
#define AFX_STDAFX_H__DD8D0EEC_CACA_490A_A071_571507BA4E60__INCLUDED_

// Change these values to use different versions
#define WINVER		0x0400
#define _WIN32_IE	0x0400
#define _RICHEDIT_VER	0x0100

#if _MSC_VER >= 1300 
// tell the WTL to use the ATL/MFC shared classes
#include <atlstr.h>
#define _WTL_NO_WTYPES
#define _WTL_NO_CSTRING
#endif

#include <atlbase.h>
#include <atlapp.h>


extern CAppModule _Module;

#include <atlwin.h>
#include <atlcom.h>
#include <atlhost.h>
#include <atlctl.h>

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_STDAFX_H__DD8D0EEC_CACA_490A_A071_571507BA4E60__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?