aboutsummaryrefslogtreecommitdiffstats
path: root/airpcap_loader.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2007-05-20 19:55:34 +0000
committerAnders Broman <anders.broman@ericsson.com>2007-05-20 19:55:34 +0000
commit001d89c18384915880ce104d3437d60b026759f9 (patch)
treeecc36fe66753787705064cafeaf57bff2f4335b5 /airpcap_loader.c
parente3e1d07557961d2e13c6646cfa65cb9da19c7365 (diff)
Undefine AIRPCAP_DIR to get the Windows build going again.
svn path=/trunk/; revision=21841
Diffstat (limited to 'airpcap_loader.c')
-rw-r--r--airpcap_loader.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/airpcap_loader.c b/airpcap_loader.c
index f7ef397c16..cb388c2e56 100644
--- a/airpcap_loader.c
+++ b/airpcap_loader.c
@@ -25,7 +25,7 @@
*/
#ifdef _WIN32
-
+#ifdef HAVE_AIRPCAP
#ifdef HAVE_CONFIG_H
# include "config.h"
#endif
@@ -2659,5 +2659,5 @@ get_runtime_airpcap_version(GString *str)
g_string_sprintfa(str, "with AirPcap %d.%d.%d build %d", vmaj, vmin,
vrev, build);
}
-
+#endif /* HAVE_AIRPCAP */
#endif /* _WIN32 */