aboutsummaryrefslogtreecommitdiffstats
path: root/extcap
diff options
context:
space:
mode:
authorPascal Quantin <pascal.quantin@gmail.com>2015-04-11 22:39:40 +0200
committerPascal Quantin <pascal.quantin@gmail.com>2015-04-11 20:40:36 +0000
commit08c083a930deec36cd0460fbaf13969f6d17f7d8 (patch)
tree9e60006ae00b9c40958d1580cabcf3daffeb49fa /extcap
parentffe99c06ec31cf9137244a4fb4f2828826238ca4 (diff)
androiddump: fix a typo
Change-Id: I4adaace10aefb441e9aee76f9aba6101e805efa9 Reviewed-on: https://code.wireshark.org/review/8020 Reviewed-by: Pascal Quantin <pascal.quantin@gmail.com>
Diffstat (limited to 'extcap')
-rw-r--r--extcap/androiddump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/extcap/androiddump.c b/extcap/androiddump.c
index a15ff1a016..b1fb02b7ef 100644
--- a/extcap/androiddump.c
+++ b/extcap/androiddump.c
@@ -48,7 +48,7 @@
#include "wsutil/wsgetopt.h"
#endif
-#if defined(__WIN32) && !defined(__CYGWIN__)
+#if defined(_WIN32) && !defined(__CYGWIN__)
#ifdef HAVE_WINDOWS_H
#include <windows.h>
#endif