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

📄 stdafx.h

📁 实现pc机和安装无线CF卡的手持设备之间的通信的程序源代码
💻 H
字号:
#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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -