Module: wine Branch: master Commit: dba0dd41613a91f17142a9bd8ea12b5abb881433 URL: https://source.winehq.org/git/wine.git/?a=commit;h=dba0dd41613a91f17142a9bd8...
Author: Hans Leidekker hans@codeweavers.com Date: Thu Jul 4 09:27:39 2019 +0200
wbemprox: Build with msvcrt.
Signed-off-by: Hans Leidekker hans@codeweavers.com Signed-off-by: Alexandre Julliard julliard@winehq.org
---
dlls/wbemprox/Makefile.in | 2 + dlls/wbemprox/builtin.c | 157 ++++++++++++++++++--------------------- dlls/wbemprox/class.c | 19 +++-- dlls/wbemprox/main.c | 2 - dlls/wbemprox/process.c | 1 - dlls/wbemprox/qualifier.c | 9 +-- dlls/wbemprox/query.c | 61 ++++++++------- dlls/wbemprox/reg.c | 1 - dlls/wbemprox/security.c | 1 - dlls/wbemprox/service.c | 1 - dlls/wbemprox/services.c | 12 ++- dlls/wbemprox/table.c | 17 ++--- dlls/wbemprox/wbemlocator.c | 12 ++- dlls/wbemprox/wbemprox_private.h | 3 +- dlls/wbemprox/wql.y | 12 ++- 15 files changed, 141 insertions(+), 169 deletions(-)
Diff: https://source.winehq.org/git/wine.git/?a=commitdiff;h=dba0dd41613a91f17142a...