summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2012-04-03 14:02:03 +0200
committerJose <jose@zeroc.com>2012-04-03 14:02:03 +0200
commit9a4262d4e6a7b2044dfc01c2d9afca357c05cf3d (patch)
tree32b853bdfe53e2e0e20723025adf07502480cb8e /cpp/src
parentICE-4815 - .NET SessionFactoryHelper NullReferenceException when initData.pro... (diff)
downloadice-9a4262d4e6a7b2044dfc01c2d9afca357c05cf3d.tar.bz2
ice-9a4262d4e6a7b2044dfc01c2d9afca357c05cf3d.tar.xz
ice-9a4262d4e6a7b2044dfc01c2d9afca357c05cf3d.zip
Rename define PRIO_INHERIT > ICE_PRIO_INHERIT
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/IceUtil/MutexProtocol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceUtil/MutexProtocol.cpp b/cpp/src/IceUtil/MutexProtocol.cpp
index ab50c8cc420..a0c7138ee50 100644
--- a/cpp/src/IceUtil/MutexProtocol.cpp
+++ b/cpp/src/IceUtil/MutexProtocol.cpp
@@ -7,7 +7,7 @@ IceUtil::getDefaultMutexProtocol()
#ifdef _WIN32
return PrioNone;
#else
-# if defined(PRIO_INHERIT) && defined(_POSIX_THREAD_PRIO_INHERIT) && _POSIX_THREAD_PRIO_INHERIT > 0
+# if defined(ICE_PRIO_INHERIT) && defined(_POSIX_THREAD_PRIO_INHERIT) && _POSIX_THREAD_PRIO_INHERIT > 0
return PrioInherit;
# else
return PrioNone;