Ignore:
Timestamp:
2000-07-13T10:21:53+12:00 (24 years ago)
Author:
sjboddie
Message:

merged changes to trunk into New_Config_Format branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/New_Config_Format-branch/gsdl/lib/display.h

    r1076 r1279  
    6464#  include <iostream.h>
    6565#  include <fstream.h>
     66
     67#define unistream ifstream
     68
    6669#else
    6770#  include <iostream>
    6871#  include <fstream>
     72
     73typedef std::basic_ifstream<unsigned char> unistream;
     74
    6975#endif
    7076
     
    8288// cyclic macros (a includes b and b includes a)
    8389#define MAXRECURSIONDEPTH 30
    84 
    8590
    8691// class prototypes
Note: See TracChangeset for help on using the changeset viewer.