stdafx.h

来自「brew sdk2.0 for vs2005 产生C++ hellowolrd示」· C头文件 代码 · 共 23 行

H
23
字号
#pragma once

#pragma warning(disable:C4819)

#include "AEEModGen.h"          // Module interface definitions
#include "AEEAppGen.h"          // Applet interface definitions
#include "AEEShell.h"           // Shell interface definitions

[!if FILE_CHECKBOX]
#include "AEEFile.h"			// File interface definitions
[!endif] 
[!if DATABASE_CHECKBOX]
#include "AEEDB.h"				// Database interface definitions
[!endif] 
[!if NETWORK_CHECKBOX]
#include "AEENet.h"				// Socket interface definitions
[!endif] 
[!if SOUND_CHECKBOX]
#include "AEESound.h"			// Sound Interface definitions
[!endif] 
[!if TAPI_CHECKBOX]
#include "AEETapi.h"			// TAPI Interface definitions
[!endif] 

⌨️ 快捷键说明

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