aboutsummaryrefslogtreecommitdiff
path: root/src/testcurl/test_start_stop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/testcurl/test_start_stop.c')
-rw-r--r--src/testcurl/test_start_stop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/testcurl/test_start_stop.c b/src/testcurl/test_start_stop.c
index 6979f115..8dca4cd5 100644
--- a/src/testcurl/test_start_stop.c
+++ b/src/testcurl/test_start_stop.c
@@ -105,7 +105,7 @@ main (int argc, char *const *argv)
105 errorCount += testMultithreadedGet (0); 105 errorCount += testMultithreadedGet (0);
106 errorCount += testMultithreadedPoolGet (0); 106 errorCount += testMultithreadedPoolGet (0);
107 errorCount += testExternalGet (); 107 errorCount += testExternalGet ();
108#if !WINDOWS 108#ifndef WINDOWS
109 errorCount += testInternalGet (MHD_USE_POLL); 109 errorCount += testInternalGet (MHD_USE_POLL);
110 errorCount += testMultithreadedGet (MHD_USE_POLL); 110 errorCount += testMultithreadedGet (MHD_USE_POLL);
111 errorCount += testMultithreadedPoolGet (MHD_USE_POLL); 111 errorCount += testMultithreadedPoolGet (MHD_USE_POLL);