?? 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 + -