crypt32: work around an apparent compiler bug

Robert Shearman rob at codeweavers.com
Mon Aug 21 18:47:12 CDT 2006


Juan Lang wrote:

>This seems like voodoo to me too, but the combined condition if statement
>would always fail for me, while two distinct if statements succeed.
>
>ChangeLog:
>- add a couple traces to make following execution easier
>- expand an if condition to work around an apparent gcc bug
>  
>
>-                    if (HIWORD(function->entry.pszOID &&
>-                     !strcasecmp(function->entry.pszOID, pszOID)))
>  
>

Looks like HIWORD(function->entry.pszOID is just missing a closing 
bracket to me.

-- 
Rob Shearman




More information about the wine-devel mailing list