From e12055ffc7fd52117a28d58b93675f034307be49 Mon Sep 17 00:00:00 2001 From: wrowe Date: Wed, 6 Jun 2001 19:56:56 +0000 Subject: The test suite builds, once again. The sig arg to TerminateProcess in win32's apr_proc_kill is pretty bogus, however. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61721 13f79535-47bb-0310-9956-ffa450edef68 --- test/testoc.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'test/testoc.c') diff --git a/test/testoc.c b/test/testoc.c index c5c084d20..701f7439e 100644 --- a/test/testoc.c +++ b/test/testoc.c @@ -85,6 +85,10 @@ static void ocmaint(int reason, void *data, int status) } #endif +#ifndef SIGKILL +#define SIGKILL 1 +#endif + int main(int argc, char *argv[]) { #if APR_HAS_OTHER_CHILD -- cgit v1.2.1