repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
windows-thread
blob
3c1b7ac042ab6d48d0edd6ec8a070cb1cd55d44d
1
Description:
2
Creating and controlling threads (native Windows implementation).
3
4
Files:
5
lib/windows-thread.h
6
lib/windows-thread.c
7
8
Depends-on:
9
windows-once
10
windows-tls
11
12
configure.ac:
13
AC_REQUIRE([AC_CANONICAL_HOST])
14
case "$host_os" in
15
mingw*)
16
AC_LIBOBJ([windows-thread])
17
;;
18
esac
19
20
Makefile.am:
21
22
Include:
23
"windows-thread.h"
24
25
License:
26
LGPLv2+
27
28
Maintainer:
29
all