stdafx.h

来自「《Windows CE 权威指南》(作者:(美)CHRIS MUENCH」· C头文件 代码 · 共 22 行

H
22
字号
//
//	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 + =
减小字号Ctrl + -
显示快捷键?