blob: b7570643a41805a94dbd98b7b31265a3cd01b5fd [file] [log] [blame]
Description:
Timed mutexes (native Windows implementation).
Files:
lib/windows-timedmutex.h
lib/windows-timedmutex.c
lib/windows-initguard.h
Depends-on:
errno
time
gettimeofday
configure.ac:
AC_REQUIRE([AC_CANONICAL_HOST])
case "$host_os" in
mingw*)
AC_LIBOBJ([windows-timedmutex])
;;
esac
Makefile.am:
Include:
"windows-timedmutex.h"
License:
LGPLv2+
Maintainer:
all