Fix "error LNK2019: unresolved external symbol TestAutoSeededX917()" under Windows Phone
parent
a090aad8d2
commit
9dcb72f9e5
|
|
@ -72,7 +72,7 @@ bool ValidateAll(bool thorough)
|
||||||
bool pass=TestSettings();
|
bool pass=TestSettings();
|
||||||
pass=TestOS_RNG() && pass;
|
pass=TestOS_RNG() && pass;
|
||||||
pass=TestRandomPool() && pass;
|
pass=TestRandomPool() && pass;
|
||||||
#if !defined(NO_OS_DEPENDENCE)
|
#if !defined(NO_OS_DEPENDENCE) && defined(OS_RNG_AVAILABLE)
|
||||||
pass=TestAutoSeededX917() && pass;
|
pass=TestAutoSeededX917() && pass;
|
||||||
#endif
|
#endif
|
||||||
// pass=TestSecRandom() && pass;
|
// pass=TestSecRandom() && pass;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue