diff options
author | Paradox <none@none> | 2009-02-09 08:16:34 -0500 |
---|---|---|
committer | Paradox <none@none> | 2009-02-09 08:16:34 -0500 |
commit | d230302b16474ff22a35243ffed6236ef4fc7fb9 (patch) | |
tree | e3679ad841a47b275756f2721f9aa24a3ee548a6 /dep/src/zthread/ThreadOps.h | |
parent | b0694d7e5e794b361fa178d55fefdb98cf47e9ca (diff) |
Replace tabs with spaces in more files.
--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) |