undefined references when building shlwapi on mingw

Dmitry Timoshkov dmitry at baikal.ru
Wed Aug 21 05:30:15 CDT 2002


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

> shlwapi.exp(.edata+0x4b4):fake: undefined reference to `StrRStrIA at 8'
> shlwapi.exp(.edata+0x4b8):fake: undefined reference to `StrRStrIW at 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.






More information about the wine-devel mailing list