From dc2a6ceb81730c25c0beec1f13994b9710767ee1 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Tue, 15 Nov 2011 21:12:53 +0000 Subject: Enable jobserver on W32 when using configure. Some W32 cleanups: see Savannah bug #34830 Forgot to modify the config.h.W32.template file for jobserver support. --- w32/subproc/sub_proc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'w32/subproc') diff --git a/w32/subproc/sub_proc.c b/w32/subproc/sub_proc.c index 64185b3..b4dddbe 100644 --- a/w32/subproc/sub_proc.c +++ b/w32/subproc/sub_proc.c @@ -63,7 +63,7 @@ static char jobserver_semaphore_name[MAX_PATH + 1]; static HANDLE jobserver_semaphore = NULL; /* Open existing jobserver semaphore */ -int open_jobserver_semaphore(char* name) +int open_jobserver_semaphore(const char* name) { jobserver_semaphore = OpenSemaphore( SEMAPHORE_ALL_ACCESS, // Semaphore access setting -- cgit v1.2.3