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/gsManifest.h

    r1536 r1539  
    22#define _GSMANIFEST_H_
    33#include <map>
     4
     5// use the standard namespace
     6#if !defined (GSDL_NAMESPACE_BROKEN)
     7#if defined(GSDL_USE_OBJECTSPACE)
     8using namespace ospace::std;
     9#else
    410using namespace std;
     11#endif
     12#endif
    513
    614#include "File.h"
Note: See TracChangeset for help on using the changeset viewer.