Changeset 3026


Ignore:
Timestamp:
2002-03-01T15:21:46+13:00 (22 years ago)
Author:
sjboddie
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/recpt/cgiwrapper.cpp

    r3006 r3026  
    652652      delete eout;
    653653
     654#if defined(__WIN32__) && defined(GSDL_USE_IOS_H)
     655      // old Windows compilers (VC++4.2)
     656      cerr = errout;
     657#else
    654658      // can't do this anymore according to c++ standard...
    655659      //cerr = errout;
    656660      // ... but can do this instead
    657661      cerr.rdbuf(errout.rdbuf());
     662#endif
    658663
    659664      // parse the cgi arguments and produce the resulting page if there
Note: See TracChangeset for help on using the changeset viewer.