vcl_config_headers.h
来自「InsightToolkit-1.4.0(有大量的优化算法程序)」· C头文件 代码 · 共 21 行
H
21 行
#ifndef vcl_config_headers_h_config_win32_
#define vcl_config_headers_h_config_win32_
// This file is *not* generated.
#ifndef _MSC_VER
# ifndef __BORLANDC__
** error **
# else
# include "borland55/vcl_config_headers.h"
# endif
#else
# if _MSC_VER >=1300
# include "vc70/vcl_config_headers.h"
# else //_MSC_VER >=1200
# include "vc60/vcl_config_headers.h"
# endif
#endif
#endif // vcl_config_headers_h_config_win32_
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?