Damyan Ognyanoff <[EMAIL PROTECTED]> writes: > Index: errorinfo.c > =================================================================== > RCS file: /home/wine/wine/dlls/ole32/errorinfo.c,v > retrieving revision 1.3 > diff -u -r1.3 errorinfo.c > --- errorinfo.c 2000/08/03 04:34:59 1.3 > +++ errorinfo.c 2000/09/18 07:05:41 > @@ -16,6 +16,10 @@ > #include "debugtools.h" > #include "wine/obj_errorinfo.h" > > + > +BSTR WINAPI SysAllocString(const OLECHAR*); > +VOID WINAPI SysFreeString(BSTR); You cannot use these functions here, they are defined in oleaut32.dll, not in ole32.dll. -- Alexandre Julliard [EMAIL PROTECTED]
