Revision: 57042
          http://sourceforge.net/p/brlcad/code/57042
Author:   starseeker
Date:     2013-08-21 20:56:43 +0000 (Wed, 21 Aug 2013)
Log Message:
-----------
Windows doesn't have strcasecmp

Modified Paths:
--------------
    brlcad/trunk/src/other/stepcode/src/express/ordered_attrs.cc

Modified: brlcad/trunk/src/other/stepcode/src/express/ordered_attrs.cc
===================================================================
--- brlcad/trunk/src/other/stepcode/src/express/ordered_attrs.cc        
2013-08-21 19:56:23 UTC (rev 57041)
+++ brlcad/trunk/src/other/stepcode/src/express/ordered_attrs.cc        
2013-08-21 20:56:43 UTC (rev 57042)
@@ -4,6 +4,10 @@
 #include <vector>
 #include <assert.h>
 
+#ifdef _WIN32
+#  define strcasecmp _stricmp
+#endif
+
 Entity currentEntity = 0;
 oaList attrs;
 unsigned int attrIndex = 0;

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


------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and 
AppDynamics. Performance Central is your source for news, insights, 
analysis and resources for efficient Application Performance Management. 
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to