summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--threadproc/win32/proc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/threadproc/win32/proc.c b/threadproc/win32/proc.c
index 5a909eb1d..1a20638e1 100644
--- a/threadproc/win32/proc.c
+++ b/threadproc/win32/proc.c
@@ -201,6 +201,7 @@ APR_DECLARE(apr_status_t) apr_procattr_detach_set(apr_procattr_t *attr,
return APR_SUCCESS;
}
+#ifndef _WIN32_WCE
static apr_status_t attr_cleanup(void *theattr)
{
apr_procattr_t *attr = (apr_procattr_t *)theattr;
@@ -209,6 +210,7 @@ static apr_status_t attr_cleanup(void *theattr)
attr->user_token = NULL;
return APR_SUCCESS;
}
+#endif
APR_DECLARE(apr_status_t) apr_procattr_user_set(apr_procattr_t *attr,
const char *username,