summaryrefslogtreecommitdiff
path: root/tests/filtertest.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/filtertest.c')
-rw-r--r--tests/filtertest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/filtertest.c b/tests/filtertest.c
index e45db21e..a7e57389 100644
--- a/tests/filtertest.c
+++ b/tests/filtertest.c
@@ -194,9 +194,9 @@ main(int argc, char **argv)
pcap_t *pd;
struct bpf_program fcode;
-#ifdef WIN32
+#ifdef _WIN32
if(wsockinit() != 0) return 1;
-#endif /* WIN32 */
+#endif /* _WIN32 */
#ifndef BDEBUG
dflag = 1;