summaryrefslogtreecommitdiff
path: root/network/ndis/mux/driver/60/precomp.h
blob: e7bea3a39263e763bb6183ce42f4aeccad6abe9c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#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:4244)   // conversion from 'int' to 'BOOLEAN', possible loss of data


#include <ndis.h>
#include "mux.h"
#include "public.h"