summaryrefslogtreecommitdiff
path: root/TAO/DevGuideExamples/RTCORBA/common.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/DevGuideExamples/RTCORBA/common.cpp')
-rw-r--r--TAO/DevGuideExamples/RTCORBA/common.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/DevGuideExamples/RTCORBA/common.cpp b/TAO/DevGuideExamples/RTCORBA/common.cpp
index 4f5a17ce962..1446635a6bf 100644
--- a/TAO/DevGuideExamples/RTCORBA/common.cpp
+++ b/TAO/DevGuideExamples/RTCORBA/common.cpp
@@ -3,7 +3,7 @@
CORBA::ULong
get_total_lanes()
{
-#if defined (linux)
+#if defined (ACE_LINUX)
return 1;
#elif defined (ACE_CONFIG_WIN32_H)
return 3;