Use NO_OS_DEPENDENCE in osrng class files (Issue 377)
Thanks to Mattias Linnap for raising the issuepull/378/head
parent
26e2e12b6a
commit
c22f3228fb
|
|
@ -14,7 +14,7 @@
|
||||||
# pragma message("WARNING: Compiling for Windows but an OS RNG is not available. This is likely a Windows Phone 8 or Windows Store 8 app.")
|
# pragma message("WARNING: Compiling for Windows but an OS RNG is not available. This is likely a Windows Phone 8 or Windows Store 8 app.")
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if !defined(OS_NO_DEPENDENCE) && defined(OS_RNG_AVAILABLE)
|
#if !defined(NO_OS_DEPENDENCE) && defined(OS_RNG_AVAILABLE)
|
||||||
|
|
||||||
#include "osrng.h"
|
#include "osrng.h"
|
||||||
#include "rng.h"
|
#include "rng.h"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue