summaryrefslogtreecommitdiff
path: root/modules/windows-mutex
blob: 2083ce08129d9579231262e2b990e582ed5afecd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
Description:
Plain mutexes (native Windows implementation).

Files:
lib/windows-mutex.h
lib/windows-mutex.c
lib/windows-initguard.h

Depends-on:

configure.ac:
AC_REQUIRE([AC_CANONICAL_HOST])
case "$host_os" in
  mingw*)
    AC_LIBOBJ([windows-mutex])
    ;;
esac

Makefile.am:

Include:
"windows-mutex.h"

License:
LGPLv2+

Maintainer:
all