Condition variable functions in separate DLL
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 28 Apr 2010 11:35:52 +0000 (13:35 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 28 Apr 2010 11:35:52 +0000 (13:35 +0200)
commitdf00da5a3dbba000c75781fbb709e3e1cfb0a927
tree389f27e49dfb08ae18183c7410f6feb5a717732d
parente2ee7361cc2ac8d8d00bbf4e74c46a77ccef1911
Condition variable functions in separate DLL

The condition variable functions are in a separate DLL on Windows -
named yaz_cond4.dll (release), yaz_cond4d.dll (debug). The split is
done because Condition Variable functions is only supported in Vista
or Windows Server 2008 or later.
src/Makefile.am
src/condvar.c [new file with mode: 0644]
src/mutex-p.h [new file with mode: 0644]
src/mutex.c
win/makefile