summaryrefslogtreecommitdiff
path: root/modules/windows-rwlock
blob: 28cc3b93dc8f4fa28646c883f0ddefb99c1d59f8 (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:
Read-write locks (native Windows implementation).

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

Depends-on:

configure.ac:
AC_REQUIRE([AC_CANONICAL_HOST])
gl_CONDITIONAL([GL_COND_OBJ_WINDOWS_RWLOCK],
               [case "$host_os" in mingw*) true;; *) false;; esac])

Makefile.am:
if GL_COND_OBJ_WINDOWS_RWLOCK
lib_SOURCES += windows-rwlock.c
endif

Include:
"windows-rwlock.h"

License:
LGPLv2+

Maintainer:
all