Revision: 37501
          http://brlcad.svn.sourceforge.net/brlcad/?rev=37501&view=rev
Author:   bob1961
Date:     2010-01-29 23:00:53 +0000 (Fri, 29 Jan 2010)

Log Message:
-----------
Added define for STDIN_FILENO.

Modified Paths:
--------------
    brlcad/trunk/include/config_win.h

Modified: brlcad/trunk/include/config_win.h
===================================================================
--- brlcad/trunk/include/config_win.h   2010-01-29 22:57:23 UTC (rev 37500)
+++ brlcad/trunk/include/config_win.h   2010-01-29 23:00:53 UTC (rev 37501)
@@ -259,6 +259,10 @@
 #undef DELETE
 #undef complex
 
+#ifndef STDIN_FILENO
+#   define STDIN_FILENO 0
+#endif
+
 /*
  * faking it
  */


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

------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to