diff options
author | megamage <none@none> | 2009-02-12 17:09:15 -0600 |
---|---|---|
committer | megamage <none@none> | 2009-02-12 17:09:15 -0600 |
commit | 6aee5fcbe7473a3cbac12b7e8482a7b98bef8be3 (patch) | |
tree | 91ec91d5c19eba9c2fe0e84b1c9dc7047a3de80e /dep/src/zthread/ThreadOps.h | |
parent | 2d2f433b4de1c35b22aaf07854fc0ee11fcb350d (diff) | |
parent | f385747164c3fb278c92ef46fbd6c3da6590bbf0 (diff) |
*Merge.
--HG--
branch : trunk
Diffstat (limited to 'dep/src/zthread/ThreadOps.h')
-rw-r--r-- | dep/src/zthread/ThreadOps.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dep/src/zthread/ThreadOps.h b/dep/src/zthread/ThreadOps.h index eef9f3c6e31..d8737158e3e 100644 --- a/dep/src/zthread/ThreadOps.h +++ b/dep/src/zthread/ThreadOps.h @@ -39,9 +39,9 @@ #elif defined(ZT_WIN32) || defined(ZT_WIN9X) // Visual C provides the _beginthreadex function, other compilers -// might not have this if they don't use Microsoft's C runtime. -// _beginthreadex is similar to in effect defining REENTRANT on a -// POSIX system. CreateThreadEx doesn't use reentrant parts of the +// might not have this if they don't use Microsoft's C runtime. +// _beginthreadex is similar to in effect defining REENTRANT on a +// POSIX system. CreateThreadEx doesn't use reentrant parts of the // Microsfot C runtime, but if your not using that runtime, no problem. # if !defined(HAVE_BEGINTHREADEX) |