Updates for Cygwin port, from Norman Vine.

This commit is contained in:
Robert Osfield
2002-01-03 21:34:57 +00:00
parent ba8c009219
commit e3ad8a87ee
23 changed files with 88 additions and 67 deletions

View File

@@ -26,7 +26,7 @@ bool osg::initNotifyLevel()
g_NotifyInit = true;
// set up global notify null stream for inline notify
#ifdef WIN32
#if defined(WIN32) && !defined(__CYGWIN__)
g_NotifyNulStream = new std::ofstream ("nul");
#else
g_NotifyNulStream = new std::ofstream ("/dev/null");