|
@@ -138,7 +138,7 @@ unsigned long rng_get_bytes(unsigned char *out, unsigned long outlen,
|
|
#if defined(LTC_DEVRANDOM)
|
|
#if defined(LTC_DEVRANDOM)
|
|
x = rng_nix(out, outlen, callback); if (x != 0) { return x; }
|
|
x = rng_nix(out, outlen, callback); if (x != 0) { return x; }
|
|
#endif
|
|
#endif
|
|
-#if defined(_WIN32) || defined(_WIN32) || defined(WINCE)
|
|
|
|
|
|
+#if defined(WIN32) || defined(_WIN32) || defined(WINCE)
|
|
x = rng_win32(out, outlen, callback); if (x != 0) { return x; }
|
|
x = rng_win32(out, outlen, callback); if (x != 0) { return x; }
|
|
#endif
|
|
#endif
|
|
#ifdef ANSI_RNG
|
|
#ifdef ANSI_RNG
|