From 8a960016ede3b90ead640c2ba5a1363672232e7a Mon Sep 17 00:00:00 2001 From: James Strachan Date: Mon, 3 Jul 2006 14:38:37 +0000 Subject: [PATCH] Fixed compile flags for Mac git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/trunk@418777 13f79535-47bb-0310-9956-ffa450edef68 --- activemq-cpp/src/main/activemq/concurrent/Thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/activemq-cpp/src/main/activemq/concurrent/Thread.h b/activemq-cpp/src/main/activemq/concurrent/Thread.h index f6f3cbf7bd..e2874b4a52 100644 --- a/activemq-cpp/src/main/activemq/concurrent/Thread.h +++ b/activemq-cpp/src/main/activemq/concurrent/Thread.h @@ -22,7 +22,7 @@ #include #include -#if (defined(__unix__) || defined(unix) || defined(MACOSX)) && !defined(USG) +#if (defined(__unix__) || defined(unix) || defined(MACOSX) || defined(__APPLE__)) && !defined(USG) #ifndef unix #define unix