aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/capture_if_dlg.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2009-05-11 18:29:23 +0000
committerJörg Mayer <jmayer@loplof.de>2009-05-11 18:29:23 +0000
commit54d5fdd08d14e89fc62a6c365614c86d0c2e1dfe (patch)
tree56b6b0df3bfd3285836629515c570a2ce745242f /gtk/capture_if_dlg.c
parentea18cc40951da5027dc3c7025c1b384eeb20047e (diff)
#if 0 out an unused function declaration. Make it
match its implementation return type anyway. The Airpcap icon should only depend of HAVE_AIRPCAP but not on _WIN32 svn path=/trunk/; revision=28330
Diffstat (limited to 'gtk/capture_if_dlg.c')
-rw-r--r--gtk/capture_if_dlg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/capture_if_dlg.c b/gtk/capture_if_dlg.c
index fd4878ce74..b08785199a 100644
--- a/gtk/capture_if_dlg.c
+++ b/gtk/capture_if_dlg.c
@@ -66,10 +66,10 @@
#include "gtk/webbrowser.h"
#include "gtk/capture_globals.h"
-#ifdef _WIN32
#ifdef HAVE_AIRPCAP
#include "../image/toolbar/capture_airpcap_16.xpm"
#endif
+#ifdef _WIN32
#include "../image/toolbar/capture_ethernet_16.xpm"
#include "../image/toolbar/modem_16.xpm"