aboutsummaryrefslogtreecommitdiffstats
path: root/airpcap.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-28 03:56:24 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-28 03:56:24 +0000
commitfd1aab8b6523443c15139b4baad5a59b788f2cfe (patch)
treeadcb891af3205c23fbd54f98e0017b500cbd9bcd /airpcap.h
parent6737e6b2c9f22db558b788459cf00f12c67bd4b5 (diff)
from Gisle Vanem: some more #pragma's that MingW don't like
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21240 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'airpcap.h')
-rw-r--r--airpcap.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/airpcap.h b/airpcap.h
index c533fd59ba..8afe8d938f 100644
--- a/airpcap.h
+++ b/airpcap.h
@@ -24,8 +24,10 @@
#include <epan/crypt/wep-wpadefs.h> /* WEP_KEY_MAX_SIZE */
+#ifdef _MSC_VER
/* This disables a VS warning for zero-sized arrays. All the compilers we support have that feature */
#pragma warning( disable : 4200)
+#endif
#ifdef __cplusplus
extern "C" {