oleaut32: Fix TLB dependencies lookup

Nikolay Sivov bunglehead at gmail.com
Wed Jun 4 07:26:20 CDT 2014


> -IMPORTS   = oleaut32 ole32 rpcrt4 user32 gdi32 advapi32
> +IMPORTS   = oleaut32 ole32 rpcrt4 user32 gdi32 advapi32 shlwapi
> +    StrCatW(pathW, (WCHAR[3]){'\\','4',0});
You don't need this. Just use lstrcatW() and please define constant 
string in a cleaner way.



More information about the wine-devel mailing list