summaryrefslogtreecommitdiff
path: root/include/arch/win32/apr_arch_threadproc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/arch/win32/apr_arch_threadproc.h')
-rw-r--r--include/arch/win32/apr_arch_threadproc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/arch/win32/apr_arch_threadproc.h b/include/arch/win32/apr_arch_threadproc.h
index f752fd7df..ef8340ddd 100644
--- a/include/arch/win32/apr_arch_threadproc.h
+++ b/include/arch/win32/apr_arch_threadproc.h
@@ -56,6 +56,11 @@ struct apr_procattr_t {
apr_int32_t detached;
apr_child_errfn_t *errfn;
apr_int32_t errchk;
+#ifndef _WIN32_WCE
+ HANDLE user_token;
+ LPSECURITY_ATTRIBUTES sa;
+ LPVOID sd;
+#endif
};
struct apr_thread_once_t {