Changeset 115 for trunk/gsdl/src/txt2db


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/src/txt2db/txt2db.cpp

    r4 r115  
    99#endif
    1010
     11#include "gsdlconf.h"
     12#include "text_t.h"
     13#include <stdlib.h>
    1114
    12 #ifdef __GNUG__
     15#if defined(GSDL_USE_OBJECTSPACE)
     16#  include <ospace\std\iostream>
     17#elif defined(GSDL_USE_IOS_H)
    1318#  include <iostream.h>
    1419#else
    15 #  ifndef USE_OBJECTSPACE
    16 #    include <iostream>
    17 #  else
    18 #    include <ospace\std\iostream>
    19 #  endif
     20#  include <iostream)
    2021#endif
    21 
    22 #include "text_t.h"
    2322
    2423
Note: See TracChangeset for help on using the changeset viewer.