Revision: 6702
http://playerstage.svn.sourceforge.net/playerstage/?rev=6702&view=rev
Author: natepak
Date: 2008-06-27 10:18:57 -0700 (Fri, 27 Jun 2008)
Log Message:
-----------
Added define check around _REENTRANT to prevent compiler warning messages
Modified Paths:
--------------
code/player/trunk/client_libs/libplayerc++/playerc++config.h.in
Modified: code/player/trunk/client_libs/libplayerc++/playerc++config.h.in
===================================================================
--- code/player/trunk/client_libs/libplayerc++/playerc++config.h.in
2008-06-27 14:59:16 UTC (rev 6701)
+++ code/player/trunk/client_libs/libplayerc++/playerc++config.h.in
2008-06-27 17:18:57 UTC (rev 6702)
@@ -6,7 +6,9 @@
#if defined (HAVE_BOOST_THREAD)
#define _POSIX_PTHREAD_SEMANTICS
+#if !defined(_REENTRANT)
#define _REENTRANT
#endif
+#endif
-#endif
\ No newline at end of file
+#endif
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Playerstage-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/playerstage-commit