Revision: 38964
          http://brlcad.svn.sourceforge.net/brlcad/?rev=38964&view=rev
Author:   erikgreenwald
Date:     2010-05-04 21:53:18 +0000 (Tue, 04 May 2010)

Log Message:
-----------
undef near and far on win32

Modified Paths:
--------------
    brlcad/trunk/src/adrt/libtie/tie_struct.h

Modified: brlcad/trunk/src/adrt/libtie/tie_struct.h
===================================================================
--- brlcad/trunk/src/adrt/libtie/tie_struct.h   2010-05-04 21:48:00 UTC (rev 
38963)
+++ brlcad/trunk/src/adrt/libtie/tie_struct.h   2010-05-04 21:53:18 UTC (rev 
38964)
@@ -28,6 +28,11 @@
 
 #include "tie_define.h"
 
+#ifdef _WIN32
+# undef near
+# undef far
+#endif
+
 typedef struct TIE_3_s {
     tfloat v[3];
 } TIE_3;


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

------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to