From bbb2c5fee87baa345ff5c16404204054442f5c11 Mon Sep 17 00:00:00 2001 From: eilers Date: Tue, 22 Oct 2002 09:07:07 +0000 Subject: fixing incompatibility to orignal sharp rom --- (limited to 'library/backend/vobject.cpp') diff --git a/library/backend/vobject.cpp b/library/backend/vobject.cpp index dab128e..2f22c20 100644 --- a/library/backend/vobject.cpp +++ b/library/backend/vobject.cpp @@ -1303,6 +1303,11 @@ DLLEXPORT(void) writeVObjectsToFile(char *fname, VObject *list) } } +#ifndef __SHARP_COMP_ + +// This function is not available in the Sharp ROM for SL 5500 ! +// Therefore I have to move it into the header file.. (se) + DLLEXPORT(const char *) vObjectTypeInfo(VObject *o) { const char *type = vObjectName( o ); @@ -1310,6 +1315,6 @@ DLLEXPORT(const char *) vObjectTypeInfo(VObject *o) type = vObjectStringZValue( o ); return type; } - +#endif // end of source file vobject.c -- cgit v0.9.0.2