Revision: 42264
          http://brlcad.svn.sourceforge.net/brlcad/?rev=42264&view=rev
Author:   erikgreenwald
Date:     2011-01-14 15:31:19 +0000 (Fri, 14 Jan 2011)

Log Message:
-----------
avoid redefine on windows

Modified Paths:
--------------
    brlcad/trunk/src/mged/mged.c

Modified: brlcad/trunk/src/mged/mged.c
===================================================================
--- brlcad/trunk/src/mged/mged.c        2011-01-14 15:28:54 UTC (rev 42263)
+++ brlcad/trunk/src/mged/mged.c        2011-01-14 15:31:19 UTC (rev 42264)
@@ -589,6 +589,9 @@
 #define CTRL_W      '\027'
 #define ESC         27
 #define BACKSPACE   '\b'
+#ifdef WIN32
+# undef DELETE
+#endif
 #define DELETE      127
 
 


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

------------------------------------------------------------------------------
Protect Your Site and Customers from Malware Attacks
Learn about various malware tactics and how to avoid them. Understand 
malware threats, the impact they can have on your business, and how you 
can protect your company and customers by using code signing.
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to