📄 wcrtexew.c
字号:
/***
*wcrtexew.c - Startup code for a wide character Windows EXE built /MD
*
* Copyright (c) 1985-1997, Microsoft Corporation. All rights reserved.
*
*Purpose:
* defines _wWinMainCRTStartup, the C Run-Time Library start-up code
* for a wide character Windows (GUI) application linked with MSVCRT.LIB.
* This module includes wcrtexe.c, which in turn includes crtexe.c,
* which contains the common code.
*
*******************************************************************************/
#ifdef CRTDLL
#define _WINMAIN_
#include "wcrtexe.c"
#endif /* CRTDLL */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -