Fix NO_OS_DEPENDENCE detection, thanks to jcnarlo (Issue 141)
parent
1743b976f7
commit
73fd1ac80e
|
|
@ -887,7 +887,7 @@ bool TestOS_RNG()
|
|||
return pass;
|
||||
}
|
||||
|
||||
#if NO_OS_DEPENDENCE
|
||||
#ifdef NO_OS_DEPENDENCE
|
||||
bool TestAutoSeeded()
|
||||
{
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Reference in New Issue