stdafx.h
来自「Windows Mobile平台上使用GDI+。GDI+功能很强大」· C头文件 代码 · 共 51 行
H
51 行
// stdafx.h : include file for standard system include files,// or project specific include files that are used frequently, but// are changed infrequently//#define USEMARTPOINTER 0#define WINVER 0x0420#define _SECURE_ATL 1#define _WIN32_WCE_AYGSHELL 1//#define _WTL_NO_CSTRING#include <atlbase.h>#include <atlapp.h>#define _WTL_NO_WTYPES#include <atlmisc.h> #include <atlimage.h>extern CAppModule _Module;#if defined( DEBUG) && !defined( _DEBUG) #define _DEBUG#endif#ifdef _DEBUG #define DBGMODE "d"#else #define DBGMODE ""#endif#include <atlwin.h>#include <aygshell.h>#pragma comment(lib, "aygshell.lib")#include "SmartPtr.h"using namespace Loki;#include <gdiplus.h>using namespace Gdiplus;#pragma comment(lib, "LibGDIPlus" DBGMODE ".lib")
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?