stdafx.h
来自「实现pc机和安装无线CF卡的手持设备之间的通信的程序源代码」· C头文件 代码 · 共 21 行
H
21 行
#define VC_EXTRALEAN
#include <afxwin.h> // MFC core and standard components
#include <afxext.h> // MFC extensions
#include <afxsock.h> // MFC socket extensions
#include <afxcmn.h>
#include "ListeningSocket.h"
#include "ClientSocket.h"
#include "ServerApp.h"
#include "SnifferDlg.h"
#include<Shellapi.h>
#define IDD_ANIMATE_CTRL 2000
#if defined(_WIN32_WCE)
#include <wcesock.h>
#endif // _WIN32_WCE
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?