You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by wr...@apache.org on 2002/03/16 20:07:38 UTC

cvs commit: apr/include apr_portable.h

wrowe       02/03/16 11:07:38

  Modified:    include  apr_portable.h
  Log:
    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.]
  
  Revision  Changes    Path
  1.76      +1 -1      apr/include/apr_portable.h
  
  Index: apr_portable.h
  ===================================================================
  RCS file: /home/cvs/apr/include/apr_portable.h,v
  retrieving revision 1.75
  retrieving revision 1.76
  diff -u -r1.75 -r1.76
  --- apr_portable.h	13 Mar 2002 20:39:14 -0000	1.75
  +++ apr_portable.h	16 Mar 2002 19:07:38 -0000	1.76
  @@ -103,7 +103,7 @@
   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;