]> git.pond.sub.org Git - empserver/commit
Allow any length RW lock names for WIN32
authorRon Koenderink <rkoenderink@yahoo.ca>
Sat, 13 Sep 2008 22:39:45 +0000 (16:39 -0600)
committerRon Koenderink <rkoenderink@yahoo.ca>
Sat, 13 Sep 2008 22:39:45 +0000 (16:39 -0600)
commit74b655f9fa16e3e2bd6a3ba6dbf9a0f410e47150
treefdb5425e4cf282e2057ff98ee1dd48c2ab9b191a
parent838a1010c29c332212d2fff50235687c6b30657d
Allow any length RW lock names for WIN32

Dynamically allocate the string space for RW
lock names for WIN32 (ntthread.c).  This
makes the WIN32 more consistent with the other
environments.
src/lib/empthread/ntthread.c