Sync with the new ipfw3 version.
[ipfw.git] / original_passthru / precomp.h
diff --git a/original_passthru/precomp.h b/original_passthru/precomp.h
new file mode 100644 (file)
index 0000000..b2870d1
--- /dev/null
@@ -0,0 +1,11 @@
+#pragma warning(disable:4214)   // bit field types other than int\r
+\r
+#pragma warning(disable:4201)   // nameless struct/union\r
+#pragma warning(disable:4115)   // named type definition in parentheses\r
+#pragma warning(disable:4127)   // conditional expression is constant\r
+#pragma warning(disable:4054)   // cast of function pointer to PVOID\r
+#pragma warning(disable:4244)   // conversion from 'int' to 'BOOLEAN', possible loss of data\r
+\r
+#include <ndis.h>\r
+#include "passthru.h"\r
+\r