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();
|
||||
pass=TestOS_RNG() && pass;
|
||||
pass=TestRandomPool() && pass;
|
||||
#if !defined(NO_OS_DEPENDENCE)
|
||||
#if !defined(NO_OS_DEPENDENCE) && defined(OS_RNG_AVAILABLE)
|
||||
pass=TestAutoSeededX917() && pass;
|
||||
#endif
|
||||
// pass=TestSecRandom() && pass;
|
||||
|
|
|
|||
Loading…
Reference in New Issue