aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorLRN <lrn1986@gmail.com>2013-04-16 14:53:12 +0000
committerLRN <lrn1986@gmail.com>2013-04-16 14:53:12 +0000
commit84d0f5e3b8a3389931cd89268244717a3ffae6db (patch)
tree57adb1b0afeaaecb88b8c5919eac3fda1c97852e /contrib
parentfb8e49e4048d013ffe0e3b05e8777f13dab8e571 (diff)
Use a W32 constant in a pure W32 program
Diffstat (limited to 'contrib')
-rw-r--r--contrib/timeout_watchdog_w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/timeout_watchdog_w32.c b/contrib/timeout_watchdog_w32.c
index 63082fa02a..46a6157554 100644
--- a/contrib/timeout_watchdog_w32.c
+++ b/contrib/timeout_watchdog_w32.c
@@ -150,7 +150,7 @@ main (int argc, char *argv[])
memset (&start, 0, sizeof (start));
start.cb = sizeof (start);
- if (!CreateProcessW (wpath, wcmd, NULL, NULL, GNUNET_YES, CREATE_SUSPENDED,
+ if (!CreateProcessW (wpath, wcmd, NULL, NULL, TRUE, CREATE_SUSPENDED,
NULL, NULL, &start, &proc))
{
wprintf (L"Failed to get spawn process `%s' with arguments `%s': %lu\n", wpath, wcmd, GetLastError ());