24 Oct
2007
24 Oct
'07
8:09 a.m.
"Marcos GutiƩrrez Batz" <sacrom(a)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(a)16 @419 OleCreateFontIndirect(a)12 @420 OleTranslateColor(a)12 @421 - OleLoadPictureFile(a)12 @422 OleLoadPicturePath(a)24 @424 VarUI4FromI8(a)12 @425 VarUI4FromUI8(a)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. -- Dmitry.