Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 6833 in orxonox.OLD


Ignore:
Timestamp:
Jan 29, 2006, 3:35:57 PM (18 years ago)
Author:
bensch
Message:

std-out works again in Windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/orxonox.cc

    r6830 r6833  
    196196
    197197  // windows must not write into stdout.txt and stderr.txt
    198 #ifdef __WIN32__
     198  /*#ifdef __WIN32__
    199199  freopen( "CON", "w", stdout );
    200200  freopen( "CON", "w", stderr );
    201 #endif
     201  #endif*/
    202202
    203203  // initialize everything
Note: See TracChangeset for help on using the changeset viewer.