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

    r1536 r1539  
    44#include <vector>
    55#include <map>
     6
     7// use the standard namespace
     8#if !defined (GSDL_NAMESPACE_BROKEN)
     9#if defined(GSDL_USE_OBJECTSPACE)
     10using namespace ospace::std;
     11#else
    612using namespace std;
     13#endif
     14#endif
    715
    816#include <stdio.h>
Note: See TracChangeset for help on using the changeset viewer.