Ignore:
Timestamp:
2000-09-12T13:36:44+12:00 (24 years ago)
Author:
sjboddie
Message:

Got compiling on VC++ 4.2

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gsinstaller/gsinstall.cpp

    r1536 r1539  
    11#include <vector>
    22#include <string>
     3
     4// use the standard namespace
     5#if !defined (GSDL_NAMESPACE_BROKEN)
     6#if defined(GSDL_USE_OBJECTSPACE)
     7using namespace ospace::std;
     8#else
    39using namespace std;
     10#endif
     11#endif
    412
    513#include <stdlib.h>
Note: See TracChangeset for help on using the changeset viewer.