diff options
author | Nvinside <Nvinside@eced67a3-f377-a0ae-92ae-d6de1850b05a> | 2011-05-29 17:30:08 +0000 |
---|---|---|
committer | Nvinside <Nvinside@eced67a3-f377-a0ae-92ae-d6de1850b05a> | 2011-05-29 17:30:08 +0000 |
commit | c7d130404a30262a67e63b12bfa1237172587e70 (patch) | |
tree | b5cfdb84174263f8dfd5e1334f0f1e6994557a90 /libgcrypt-1.4.6/random/rndw32.c | |
parent | bdf9d4fc550070b1bd560665b85f02e72dbca6d1 (diff) |
git-svn-id: http://mirotr.googlecode.com/svn/trunk@47 eced67a3-f377-a0ae-92ae-d6de1850b05a
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 = |