]> granicus.if.org Git - apache/commit
The final commit to achieve a quality release. We cannot use CreateThread
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 13 Feb 2002 03:33:34 +0000 (03:33 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 13 Feb 2002 03:33:34 +0000 (03:33 +0000)
commit1e4af39ee054e42d36d3fe12ac3c00669c7f2f6f
tree53bd2e19db81cd0c624a6fc03b3eb0f6d36ba71e
parent86d75cbb0173537bc8f3f9f80420c01264a269fc
  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.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93385 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/winnt/service.c