From e2371ec5865e46ed5a7f080efafaf3e19bb4a8ee Mon Sep 17 00:00:00 2001 From: ZeroC Staff Date: Fri, 21 Dec 2007 16:01:29 -0500 Subject: Windows / VC6 fixes --- cpp/src/IceUtil/Random.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/src/IceUtil/Random.cpp') diff --git a/cpp/src/IceUtil/Random.cpp b/cpp/src/IceUtil/Random.cpp index 69f68d95505..d884dbb9a35 100644 --- a/cpp/src/IceUtil/Random.cpp +++ b/cpp/src/IceUtil/Random.cpp @@ -143,7 +143,7 @@ IceUtilInternal::generateRandom(char* buffer, int size) // mutex. // - IceUtilInternal::StaticMutex::Lock lock(staticMutex); + IceUtil::StaticMutex::Lock lock(staticMutex); if(context == NULL) { if(!CryptAcquireContext(&context, NULL, NULL, PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) -- cgit v1.2.3