Revision: 54333
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54333&view=rev
Author:   starseeker
Date:     2013-02-07 00:33:58 +0000 (Thu, 07 Feb 2013)
Log Message:
-----------
Add _USE_MATH_DEFINES for definition of M_PI on Windows

Modified Paths:
--------------
    brlcad/trunk/src/other/libvds/stdvds.c

Modified: brlcad/trunk/src/other/libvds/stdvds.c
===================================================================
--- brlcad/trunk/src/other/libvds/stdvds.c      2013-02-06 23:16:55 UTC (rev 
54332)
+++ brlcad/trunk/src/other/libvds/stdvds.c      2013-02-07 00:33:58 UTC (rev 
54333)
@@ -9,6 +9,10 @@
  * @see                stdvds.c
  */
 /*@{*/
+
+/* For M_PI on Windows */
+#define _USE_MATH_DEFINES
+
 #include <math.h>
 #include <assert.h>
 

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Free Next-Gen Firewall Hardware Offer
Buy your Sophos next-gen firewall before the end March 2013 
and get the hardware for free! Learn more.
http://p.sf.net/sfu/sophos-d2d-feb
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to