summaryrefslogtreecommitdiff
path: root/libgcrypt-1.4.6/random/rndw32.c
diff options
context:
space:
mode:
Diffstat (limited to 'libgcrypt-1.4.6/random/rndw32.c')
-rw-r--r--libgcrypt-1.4.6/random/rndw32.c2
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 55b7256..2a7f56e 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 =