windowscodecs: Implement MetadataHandler_GetValue.

Vincent Povirk madewokherd at gmail.com
Tue Jun 26 08:49:01 CDT 2012


> +    case VT_I8:
> +    case VT_UI8:
> +    case VT_R8:
> +        return v1->u.uhVal.QuadPart - v2->u.uhVal.QuadPart;

Won't this only compare the low part on x86?



More information about the wine-devel mailing list