summaryrefslogtreecommitdiff
path: root/cpp/src/Ice/Thread.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/Ice/Thread.cpp')
-rw-r--r--cpp/src/Ice/Thread.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/Thread.cpp b/cpp/src/Ice/Thread.cpp
index 7882a0a2948..80990aeb8ce 100644
--- a/cpp/src/Ice/Thread.cpp
+++ b/cpp/src/Ice/Thread.cpp
@@ -22,7 +22,7 @@
#include <climits>
#include <exception>
-#ifdef ICE_OS_WINRT
+#ifdef ICE_OS_UWP
# include <thread>
#endif
@@ -33,7 +33,7 @@
using namespace std;
-#ifdef ICE_OS_WINRT
+#ifdef ICE_OS_UWP
IceUtil::ThreadControl::ThreadControl() :
_id(this_thread::get_id())