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

📄 stdafx.h

📁 《Windows CE 权威指南》(作者:(美)CHRIS MUENCH
💻 H
字号:
//
//	stdafx.h : include file for standard system include files,
//	or project specific include files that are used frequently,
//	but are changed infrequently
//
#pragma once

#include <windows.h>
#include <stdio.h>
#include <tchar.h>
#include "PCDMSync.h"
#include "ReplObjs.h"
#include "resource.h"

//
//	This declares the one & only instance of the CPCDMSyncModule class.
//	You can access any public members of this class through the
//	global _Module.  (Its definition is in PCDMSync.cpp.)
//
extern CPCDMSyncModule _Module;

⌨️ 快捷键说明

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