📄 stdafx.h
字号:
/* Dummy file under non-MS systems */#if _MSC_VER#if !defined(AFX_STDAFX_H__29F1F072_0B58_49EB_B669_017B98B5B8F4__INCLUDED_)#define AFX_STDAFX_H__29F1F072_0B58_49EB_B669_017B98B5B8F4__INCLUDED_#if _MSC_VER > 1000#pragma once#endif /* _MSC_VER > 1000 */#define WIN32_LEAN_AND_MEAN /* Exclude rarely-used stuff from Windows headers*/#include <errno.h>#include <string.h>#include <assert.h>#include <winsock2.h>#include <windows.h>#pragma warning(disable:4786 4800)/* {{AFX_INSERT_LOCATION}}*//* Microsoft Visual C++ will insert additional declarations immediately before the previous line. */#endif#endif /* _MSC_VER */#include "war.h"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -