"Marcos GutiƩrrez Batz" sacrom@gmail.com 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 OleCreatePictureIndirect@16 @419 OleCreateFontIndirect@12 @420 OleTranslateColor@12 @421
- OleLoadPictureFile@12 @422 OleLoadPicturePath@24 @424 VarUI4FromI8@12 @425 VarUI4FromUI8@12 @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.