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/text_t.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:51:00  rjmcnab
    1519
     
    2529#include "text_t.h"
    2630
    27 #ifndef USE_OBJECTSPACE
     31#if defined(GSDL_USE_OBJECTSPACE)
     32#  include <ospace\std\algorithm>
     33#elif defined(GSDL_USE_STL_H)
     34#  if defined(GSDL_USE_ALGO_H)
     35#    include <algo.h>
     36#  else
     37#    include <algorithm.h>
     38#  endif
     39#else
    2840#  include <algorithm>
    29 #else
    30 #  include <ospace\std\algorithm>
    3141#endif
    3242
Note: See TracChangeset for help on using the changeset viewer.