> wrowe       02/02/12 19:33:34
> 
>   Modified:    server/mpm/winnt service.c
>   Log:
>     The final commit to achieve a quality release.  We cannot use CreateThread
>     on Win32 when using the clib; msvcrt has its own initialization and
>     destruction, so it needs its own turn.  _createthreadex is the same but
>     different - it's implemented by msvcrt and causes all the appropriate
>     setup and teardown to occur.
>   
>   Revision  Changes    Path
>   1.44      +5 -5      httpd-2.0/server/mpm/winnt/service.c

Looks like that was the last semi-critical bit.  We have liftoff on Win32 again :)

Bill

Reply via email to