diff options
Diffstat (limited to 'libgcrypt-1.4.6/random/rndw32.c')
-rw-r--r-- | libgcrypt-1.4.6/random/rndw32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcrypt-1.4.6/random/rndw32.c b/libgcrypt-1.4.6/random/rndw32.c index 2a7f56e..55b7256 100644 --- a/libgcrypt-1.4.6/random/rndw32.c +++ b/libgcrypt-1.4.6/random/rndw32.c @@ -499,7 +499,7 @@ slow_gatherer ( void (*add)(const void*, size_t, enum random_origins), status = RegQueryValueEx (hKey, "ProductType", 0, NULL, szValue, &dwSize); - if (status == ERROR_SUCCESS && _stricmp (szValue, "WinNT")) + if (status == ERROR_SUCCESS && stricmp (szValue, "WinNT")) { /* Note: There are (at least) three cases for ProductType: WinNT = NT Workstation, ServerNT = NT Server, LanmanNT = |