Ignore:
Timestamp:
04/20/14 01:48:23 (10 years ago)
Author:
Maciej Komosinski
Message:

Android compilation and access to RESOURCES and HOME files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpp/frams/virtfile/stdiofile.cpp

    r206 r227  
    3535void StdioFILE::setStdio()
    3636{
     37#ifndef NO_STD_IN_OUT_ERR
    3738        static StdioFILEDontClose si(stdin);
    3839        static StdioFILEDontClose so(stdout);
     
    4142        setVstdout(&so);
    4243        setVstderr(&se);
     44#endif
    4345}
    4446
Note: See TracChangeset for help on using the changeset viewer.