Ignore:
Timestamp:
2004-10-08T12:27:10+13:00 (20 years ago)
Author:
kjdon
Message:

some changes to get it compiling on windows

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsdl/src/oaiservr/oaidispatcher.h

    r8182 r8241  
    11#include "oaiaction.h"
    22
    3 #include <map.h>
     3#if defined(GSDL_USE_OBJECTSPACE)
     4#  include <ospace\std\map>
     5#elif defined(GSDL_USE_STL_H)
     6#  include <map.h>
     7#else
     8#  include <map>
     9#endif
    410
    511typedef map<text_t, oaiaction *, lttext_t> oaiactionmap;
Note: See TracChangeset for help on using the changeset viewer.