gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r26906 - gnunet/contrib


From: gnunet
Subject: [GNUnet-SVN] r26906 - gnunet/contrib
Date: Tue, 16 Apr 2013 16:53:12 +0200

Author: LRN
Date: 2013-04-16 16:53:12 +0200 (Tue, 16 Apr 2013)
New Revision: 26906

Modified:
   gnunet/contrib/timeout_watchdog_w32.c
Log:
Use a W32 constant in a pure W32 program

Modified: gnunet/contrib/timeout_watchdog_w32.c
===================================================================
--- gnunet/contrib/timeout_watchdog_w32.c       2013-04-16 13:10:36 UTC (rev 
26905)
+++ gnunet/contrib/timeout_watchdog_w32.c       2013-04-16 14:53:12 UTC (rev 
26906)
@@ -150,7 +150,7 @@
   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 ());




reply via email to

[Prev in Thread] Current Thread [Next in Thread]