Re: [2/4] windowscodecs: Implement a better stub for MetadataHandler_GetCount.

2012-06-07 Thread Vincent Povirk
It should be trivial to implement this correctly. On Wed, Jun 6, 2012 at 11:21 PM, Dmitry Timoshkov dmi...@baikal.ru wrote: ---  dlls/windowscodecs/metadatahandler.c |    3 ++-  1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/dlls/windowscodecs/metadatahandler.c

Re: [2/4] windowscodecs: Implement a better stub for MetadataHandler_GetCount.

2012-06-07 Thread Dmitry Timoshkov
Vincent Povirk madewokh...@gmail.com wrote: It should be trivial to implement this correctly. Returning 0 is suffice for now. Once metadata handlers start parsing and returning actual data, a real implementation will be added. -- Dmitry.