diff options
-rw-r--r-- | cppu/source/uno/prim.hxx | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/cppu/source/uno/prim.hxx b/cppu/source/uno/prim.hxx index 0047c83e05a7..9cde8638984c 100644 --- a/cppu/source/uno/prim.hxx +++ b/cppu/source/uno/prim.hxx @@ -4,9 +4,9 @@ * * $RCSfile: prim.hxx,v $ * - * $Revision: 1.16 $ + * $Revision: 1.17 $ * - * last change: $Author: rt $ $Date: 2005-09-08 08:54:17 $ + * last change: $Author: hr $ $Date: 2006-06-19 13:15:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -185,7 +185,8 @@ inline typelib_TypeDescriptionReference * _getVoidType() ::osl_incrementInterlockedCount( &(pType)->nRefCount ); //-------------------------------------------------------------------------------------------------- -void * binuno_queryInterface( void * pUnoI, typelib_TypeDescriptionReference * pDestType ); +extern "C" void * binuno_queryInterface( + void * pUnoI, typelib_TypeDescriptionReference * pDestType ); //-------------------------------------------------------------------------------------------------- inline typelib_TypeDescriptionReference * _unionGetSetType( |