Ignore:
Timestamp:
1999-01-19T14:38:20+13:00 (25 years ago)
Author:
rjmcnab
Message:

Made the source more portable.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/lib/fileutil.cpp

    r112 r114  
    1212/*
    1313   $Log$
     14   Revision 1.5  1999/01/19 01:38:14  rjmcnab
     15
     16   Made the source more portable.
     17
    1418   Revision 1.4  1999/01/12 01:50:59  rjmcnab
    1519
     
    2529#include "fileutil.h"
    2630
    27 
    28 #ifdef __GNUG__
     31#if defined(GSDL_USE_OBJECTSPACE)
     32#  include <ospace\std\iostream>
     33#  include <ospace\std\fstream>
     34#elif defined(GSDL_USE_IOS_H)
    2935#  include <iostream.h>
    3036#  include <fstream.h>
    3137#else
    32 #  ifndef USE_OBJECTSPACE
    33 #    include <iostream>
    34 #    include <fstream>
    35 #  else
    36 #    include <ospace\std\iostream>
    37 #    include <ospace\std\fstream>
    38 #  endif
     38#  include <iostream>
     39#  include <fstream>
    3940#endif
    4041
Note: See TracChangeset for help on using the changeset viewer.