📄 nochkclr.c
字号:
/***
* nochkclr.c - Dummy non-version-checking CLR call
*
* Copyright (c) Microsoft Corporation. All rights reserved.
*
*Purpose:
*
*******************************************************************************/
#ifdef _M_IX86
/***
*_check_commonlanguageruntime_version
*
*Purpose:
* If you don't link to the CRT, you use this obj to fill the compiler's need for this symbol
*
*Entry:
* Never.
*
*Exit:
* None
*
*Exceptions:
* None.
*
*******************************************************************************/
void _check_commonlanguageruntime_version()
{
}
#endif /* _M_IX86 */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -