summaryrefslogtreecommitdiff
path: root/include/apr_portable.h
diff options
context:
space:
mode:
authorwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-03-16 19:07:38 +0000
committerwrowe <wrowe@13f79535-47bb-0310-9956-ffa450edef68>2002-03-16 19:07:38 +0000
commitd7da05609be7b92efa94804f2d20430a856b86e2 (patch)
tree1a41fb8f6e561dae814de92399c16f2e217fdcca /include/apr_portable.h
parent123fe497d61d62ca1989557ac47947c5246b691e (diff)
downloadlibapr-d7da05609be7b92efa94804f2d20430a856b86e2.tar.gz
If I had the energy, I'd change the Win32 apr_proc_t type to use this
correct definition. I don't, so I'm not [try including apr_portable.h in apr_threadproc.h and discover for yourself.] git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@63143 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'include/apr_portable.h')
-rw-r--r--include/apr_portable.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/apr_portable.h b/include/apr_portable.h
index 7121a3009..6e6611924 100644
--- a/include/apr_portable.h
+++ b/include/apr_portable.h
@@ -103,7 +103,7 @@ typedef SOCKET apr_os_sock_t;
typedef HANDLE apr_os_lock_t;
typedef HANDLE apr_os_proc_mutex_t;
typedef HANDLE apr_os_thread_t;
-typedef PROCESS_INFORMATION apr_os_proc_t;
+typedef HANDLE apr_os_proc_t;
typedef DWORD apr_os_threadkey_t;
typedef FILETIME apr_os_imp_time_t;
typedef SYSTEMTIME apr_os_exp_time_t;