Re: windowscodecs: Implement MetadataHandler_GetValue.
26 Jun
2012
26 Jun
'12
1:49 p.m.
+ 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?
26 Jun
26 Jun
2:01 p.m.
New subject: windowscodecs: Implement MetadataHandler_GetValue.
Vincent Povirk <madewokherd(a)gmail.com> wrote:
+ 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?
In reality the only possible variant type supposed to be seen by this helper is VT_UI2, everything else is just for the sake of completeness. -- Dmitry.
4920
Age (days ago)
4920
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dmitry Timoshkov -
Vincent Povirk