Re: undefined references when building shlwapi on mingw

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



"Steven Edwards" <steven_ed4153@yahoo.com> wrote:

> shlwapi.exp(.edata+0x4b4):fake: undefined reference to `StrRStrIA@8'
> shlwapi.exp(.edata+0x4b8):fake: undefined reference to `StrRStrIW@8'

Try this patch:

Changelog:
    Correct the number of parameters for StrRStrIA/W in the .spec file.

--- cvs/hq/wine/dlls/shlwapi/shlwapi.spec Tue Aug 20 02:19:58 2002
+++ wine/dlls/shlwapi/shlwapi.spec Wed Aug 21 10:26:06 2002
@@ -637,8 +637,8 @@
 @ stdcall StrRChrIA (str str long) StrRChrIA
 @ stdcall StrRChrIW (str str long) StrRChrIW
 @ stdcall StrRChrW (wstr wstr long) StrRChrW
-@ stdcall StrRStrIA (str str) StrRStrIA
-@ stdcall StrRStrIW (wstr wstr) StrRStrIW
+@ stdcall StrRStrIA (str str str) StrRStrIA
+@ stdcall StrRStrIW (wstr wstr wstr) StrRStrIW
 @ stdcall StrSpnA (str str) StrSpnA
 @ stdcall StrSpnW (wstr wstr) StrSpnW
 @ stdcall StrStrA(str str)StrStrA

-- 
Dmitry.





[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux