⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 stdafx.h

📁 BCAM 1394 Driver
💻 H
字号:
//-----------------------------------------------------------------------------
//  (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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -