customtaglayer.cpp

来自「AIML的实现」· C++ 代码 · 共 21 行

CPP
21
字号
/* * Windows generated DllMain. * Only compile and use this for windows. * Ignore for Linux and Unix */// customTagLayer.cpp : Defines the entry point for the DLL application.//#define WIN32_LEAN_AND_MEAN		// Exclude rarely-used stuff from Windows headers// Windows Header Files:#include <windows.h>BOOL APIENTRY DllMain( HANDLE hModule,                        DWORD  ul_reason_for_call,                        LPVOID lpReserved					 ){    return TRUE;}

⌨️ 快捷键说明

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