Module: wine Branch: master Commit: 477dc82c4466b073af9a091ecd58dda83b3219ee URL: https://source.winehq.org/git/wine.git/?a=commit;h=477dc82c4466b073af9a091ec... Author: Gijs Vermeulen <gijsvrm(a)gmail.com> Date: Fri Mar 5 14:19:01 2021 +0100 wmvcore: Move IWMSyncReader implementation to separate file. Signed-off-by: Gijs Vermeulen <gijsvrm(a)gmail.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/wmvcore/Makefile.in | 1 + dlls/wmvcore/reader.c | 312 ------------------------------------------ dlls/wmvcore/syncreader.c | 337 ++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 338 insertions(+), 312 deletions(-) Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=477dc82c4466b073af9a0...