Hi Takashi, > Recently new interface getSdbcScheme is added to mozabdrv but in > connectivity/source/drivers/mozab/MConnection.(cxx|hxx), the function has C++ > linkage. > > Is it done intentionally? It breaks mingw port build and I wonder if I should > wrap > 'extern "C"' with '#ifdef __MINGW32__/#endif' or not.
It's not intentionally. Worse, the function export was needed only temporary in a CWS - it's onbsolete nowadays. So, you could add the extern "C" without any condition, or better, you could remove the export of this function completely from the map file. Ciao Frank -- - Frank Schönheit, Software Engineer [EMAIL PROTECTED] - - Sun Microsystems http://www.sun.com/staroffice - - OpenOffice.org Database http://dba.openoffice.org - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
