]> git.pond.sub.org Git - empserver/commit
Allow any length thread names for WIN32
authorRon Koenderink <rkoenderink@yahoo.ca>
Sat, 13 Sep 2008 21:18:29 +0000 (15:18 -0600)
committerRon Koenderink <rkoenderink@yahoo.ca>
Sat, 13 Sep 2008 21:29:42 +0000 (15:29 -0600)
commit838a1010c29c332212d2fff50235687c6b30657d
tree0731049edf980a25bd15272368282284e73c2efe
parent2a9b89693ebf7798d950dbcec2ad076b37a328fa
Allow any length thread names for WIN32

Dynamically allocate the string space for thread
name in WIN32 (ntthread.c) thread space.  This
makes the WIN32 more consistent with the other
environments.  It also addresses WIN32 issue of
the print width of 17 being used and only having
space for 16 characters in the fixed allocation.
src/lib/empthread/ntthread.c