📄 wt_comp.h
字号:
#ifndef _WT_COMPAT_H#define _WT_COMPAT_H /*=============================================================*//*------ Compiler Portability Macros --------------------------*//*=============================================================*/#ifndef NDIS_MINIPORT_DRIVER#define __WLAN_ATTRIB_PACK__ __attribute__ ((packed))#define __WLAN_PRAGMA_PACK1__#define __WLAN_PRAGMA_PACKDFLT__#define __WLAN_INLINE__ inline#define WLAN_MIN_ARRAY 0#else#define __WLAN_ATTRIB_PACK__ #define __WLAN_PRAGMA_PACK1__ #define __WLAN_PRAGMA_PACKDFLT__ #define __WLAN_INLINE__ inline#define WLAN_MIN_ARRAY 0#endif#endif /* _WLAN_COMPAT_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -