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/src/recpt/infodbclass.h

    r928 r1279  
    3333#include "gsdlconf.h"
    3434#include "text_t.h"
     35
     36#if defined(GSDL_USE_OBJECTSPACE)
     37#  include <ospace\std\iostream>
     38#  include <ospace\std\fstream>
     39#elif defined(GSDL_USE_IOS_H)
     40#  include <iostream.h>
     41#  include <fstream.h>
     42#else
     43#  include <iostream>
     44#  include <fstream>
     45#endif
    3546
    3647#ifdef __WIN32__
Note: See TracChangeset for help on using the changeset viewer.