common/exechelp: Disable debugging by default.

* common/exechelp-w32.c (DEBUG_W32_SPAWN): Set to 0.

Signed-off-by: Justus Winter <justus@g10code.com>
This commit is contained in:
Justus Winter 2016-01-26 12:43:40 +01:00
parent dd670366d7
commit 5d8f7b16c8
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@
#include "exechelp.h"
/* Define to 1 do enable debugging. */
#define DEBUG_W32_SPAWN 1
#define DEBUG_W32_SPAWN 0
/* It seems Vista doesn't grok X_OK and so fails access() tests.