📄 newlink.h
字号:
/*****************************************************************
*
* Project.....: Create Shortcut...
* Application.: NEWLINK.exe
* Module......: NEWLINK.h
* Description.: Application main header
* Compiler....: MS Visual C++
* Written by..: D. Esposito
* Environment.: Windows 9x/NT
*
*******************************/
// Prevent multiple inclusions
#define WIN32_LEAN_AND_MEAN
#define STRICT
#ifndef _APP_DEFS_
#define _APP_DEFS_
/*---------------------------------------------------------------*/
// INCLUDE section
/*---------------------------------------------------------------*/
#include <windows.h>
#include <windowsx.h>
#include "SPBUtils.h"
#endif // _APP_DEFS_
/* End of file: NewLink.h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -