precomp.h

来自「Intel EtherExpressTM PRO/100+ Ethernet 网」· C头文件 代码 · 共 26 行

H
26
字号
#pragma warning(disable:4214)   // bit field types other than int

#pragma warning(disable:4201)   // nameless struct/union
#pragma warning(disable:4115)   // named type definition in parentheses
#pragma warning(disable:4127)   // conditional expression is constant
#pragma warning(disable:4054)   // cast of function pointer to PVOID
#pragma warning(disable:4206)   // translation unit is empty

#include <ndis.h>

#include "e100_equ.h"
#include "e100_557.h"
#include "e100_def.h"

#include "mp_dbg.h"
#include "mp_cmn.h"
#include "mp_def.h"
#include "mp.h"
#include "mp_nic.h"

#include "e100_sup.h"
  
#if OFFLOAD
#include "offload.h"
#endif

⌨️ 快捷键说明

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