stdafx.h

来自「Windows Mobile平台上使用GDI+。GDI+功能很强大」· C头文件 代码 · 共 23 行

H
23
字号
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//

#pragma once



#ifndef UNDER_CE
#ifndef _WIN32_WINNT		// Allow use of features specific to Windows XP or later.                   
#define _WIN32_WINNT 0x0501	// Change this to the appropriate value to target other versions of Windows.
#endif						
#endif

//#include <windows.h>
#define _SECURE_ATL 1
#include <atlbase.h>
#include <atlapp.h>
#include <atlgdi.h>

// TODO: reference additional headers your program requires here

⌨️ 快捷键说明

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