cls_def.h

来自「相机传输图像程序源代码 拜耳模式(RAW格式文件)与RGB图像数据互相转换函数」· C头文件 代码 · 共 23 行

H
23
字号



#ifndef ___CLS_DEF_H
#    define ___CLS_DEF_H
/*
#    ifdef _MSC_VER
#        define _LVEXPCLASS __export
#        define _LVEXPSTRUCT __export
#    else
#        define _LVEXPSTRUCT
#        if defined(__DLL__)
#            define _LVEXPCLASS __export
#        else
#            define _LVEXPCLASS __huge
#        endif
#    endif
*/

#define _LVEXPCLASS
#define _LVEXPSTRUCT
#endif

⌨️ 快捷键说明

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