You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2006/07/03 16:38:38 UTC

svn commit: r418777 - /incubator/activemq/trunk/activemq-cpp/src/main/activemq/concurrent/Thread.h

Author: jstrachan
Date: Mon Jul  3 07:38:37 2006
New Revision: 418777

URL: http://svn.apache.org/viewvc?rev=418777&view=rev
Log:
Fixed compile flags for Mac

Modified:
    incubator/activemq/trunk/activemq-cpp/src/main/activemq/concurrent/Thread.h

Modified: incubator/activemq/trunk/activemq-cpp/src/main/activemq/concurrent/Thread.h
URL: http://svn.apache.org/viewvc/incubator/activemq/trunk/activemq-cpp/src/main/activemq/concurrent/Thread.h?rev=418777&r1=418776&r2=418777&view=diff
==============================================================================
--- incubator/activemq/trunk/activemq-cpp/src/main/activemq/concurrent/Thread.h (original)
+++ incubator/activemq/trunk/activemq-cpp/src/main/activemq/concurrent/Thread.h Mon Jul  3 07:38:37 2006
@@ -22,7 +22,7 @@
 #include <stdexcept>
 #include <assert.h>
 
-#if (defined(__unix__) || defined(unix) || defined(MACOSX)) && !defined(USG)
+#if (defined(__unix__) || defined(unix) || defined(MACOSX) || defined(__APPLE__)) && !defined(USG)
    
    #ifndef unix
       #define unix