stdafx.h

来自「在WINCE 5.0 上基于Maxim 17040 电池采样测试程序」· C头文件 代码 · 共 39 行

H
39
字号
// stdafx.h : include file for standard system include files,
//  or project specific include files that are used frequently, but
//      are changed infrequently
//

#if !defined(AFX_STDAFX_H__00B2CFE5_0D42_4F35_9C75_90E41B1D72E7__INCLUDED_)
#define AFX_STDAFX_H__00B2CFE5_0D42_4F35_9C75_90E41B1D72E7__INCLUDED_

// The WTL wizard was instructed to create this project as a COM Server.
// On Windows CE, COM Servers are only available on platforms that include DCOM.
// Pocket PC 2000, 2002, 2003 and SmarthPhone 2002, 2003 do not include DCOM.
// The Standard SDK for Windows CE versions 3.0, 4.0, 4.1, and 4.2 do not include DCOM.
// For Windows CE OSes released after 2003, please see the associated docs.

// Change these values to use different versions
#define WINVER		0x0420

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

extern CAppModule _Module;

#include <atlwin.h>

#include <atlframe.h>
#include <atlctrls.h>
#include <atldlgs.h>
#include <atlddx.h>

#pragma comment(lib, "zylonite_xllp.lib")
#pragma comment(lib, "xllp_processor_pxa300_mrvl_v1.lib")
#pragma comment(lib, "clkmgr_pxa300_mrvl_v1.lib")
#pragma comment(lib, "ceddk.lib")

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

#endif // !defined(AFX_STDAFX_H__00B2CFE5_0D42_4F35_9C75_90E41B1D72E7__INCLUDED_)

⌨️ 快捷键说明

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