Index: src/slice2cpp/Gen.cpp =================================================================== RCS file: /home/cvsroot/ice/src/slice2cpp/Gen.cpp,v retrieving revision 1.312.2.2 diff -r1.312.2.2 Gen.cpp 3998,4001c3998,4001 < H << sp << nl << "void __addObject(const " << name << "Ptr&, ::IceInternal::GCCountMap&);"; < H << nl << "bool __usesClasses(const " << name << "Ptr&);"; < H << nl << "void __decRefUnsafe(" << name << "Ptr&);"; < H << nl << "void __clearHandleUnsafe(" << name << "Ptr&);"; --- > H << sp << nl << _dllExport << "void __addObject(const " << name << "Ptr&, ::IceInternal::GCCountMap&);"; > H << nl << _dllExport << "bool __usesClasses(const " << name << "Ptr&);"; > H << nl << _dllExport << "void __decRefUnsafe(" << name << "Ptr&);"; > H << nl << _dllExport << "void __clearHandleUnsafe(" << name << "Ptr&);";