]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Compilation was off by one character
authorNick Mathewson <nickm@torproject.org>
Thu, 22 Oct 2015 22:47:26 +0000 (18:47 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 22 Oct 2015 22:47:26 +0000 (18:47 -0400)
src/test/test_util_process.c

index 876a625fe804fd8cd2b39775160d53e5d59c6ec9..cb1d5b2ebb8e72fa71d14e57a546a834250c9774 100644 (file)
@@ -70,7 +70,7 @@ test_util_process_clear_waitpid_callback(void *ignored)
 }
 #endif /* _WIN32 */
 
-#ifdef _WIN32
+#ifndef _WIN32
 #define TEST(name) { #name, test_util_process_##name, 0, NULL, NULL }
 #else
 #define TEST(name) { #name, NULL, TT_SKIP, NULL, NULL }