Module: wine Branch: master Commit: 750ef2a5fbf06b7d6ec2d3ac3585f9e2decddd45 URL: https://source.winehq.org/git/wine.git/?a=commit;h=750ef2a5fbf06b7d6ec2d3ac3...
Author: Piotr Caban piotr@codeweavers.com Date: Tue Oct 26 18:55:08 2021 +0200
vcomp: Add _vcomp_for_static_init_i8 implementation.
Signed-off-by: Piotr Caban piotr@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/vcomp/main.c | 73 +++++++++++++ dlls/vcomp/tests/vcomp.c | 254 ++++++++++++++++++++++++++++++++++++++++++++ dlls/vcomp/vcomp.spec | 2 +- dlls/vcomp100/vcomp100.spec | 2 +- dlls/vcomp110/vcomp110.spec | 2 +- dlls/vcomp120/vcomp120.spec | 2 +- dlls/vcomp140/vcomp140.spec | 2 +- dlls/vcomp90/vcomp90.spec | 2 +- 8 files changed, 333 insertions(+), 6 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=750ef2a5fbf06b7d6ec2d...