blob: a07892971194d99e1b755d797f07ec43ec643b49 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
define ENTROPY_SRC_CAPI
load_on auto
# We'll just assume CAPI is there; this is OK except for 3.x, early
# versions of 95, and maybe NT 3.5
<os>
windows
cygwin
</os>
<libs>
windows -> advapi32.lib
</libs>
|