I'll try to find the correct files to add the stub and then send the patch for that!
Dmitry Timoshkov wrote: > "Marcos Gutiérrez Batz" <[EMAIL PROTECTED]> wrote: > >> $ diff -up liboleaut32.def /usr/lib/wine/liboleaut32.def >> --- liboleaut32.def 2007-08-23 16:15:48.000000000 +0200 >> +++ /usr/lib/wine/liboleaut32.def 2007-10-15 00:48:35.000000000 >> +0200 >> @@ -366,7 +366,6 @@ EXPORTS >> [EMAIL PROTECTED] @419 >> [EMAIL PROTECTED] @420 >> [EMAIL PROTECTED] @421 >> - [EMAIL PROTECTED] @422 >> [EMAIL PROTECTED] @424 >> [EMAIL PROTECTED] @425 >> [EMAIL PROTECTED] @426 > > Also you can't just add an entry to the .def file, it's auto generated. > You have to add a stub to the source file, and change the 'stub' entry > in the .spec file. >