26 Aug
2019
26 Aug
'19
10:59 a.m.
Jacek Caban <jacek(a)codeweavers.com> writes:
To avoid stdcall decorations in symbol names.
Signed-off-by: Jacek Caban <jacek(a)codeweavers.com> --- dlls/oleaut32/vartype.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-)
This causes warnings on other platforms: ../../../wine/dlls/oleaut32/vartype.c:3486:29: warning: unused variable 'r8_fpcontrol' [-Wunused-const-variable] ../../../wine/dlls/oleaut32/vartype.c:3487:21: warning: unused variable 'r8_multiplier' [-Wunused-const-variable] Instead of adding more #ifdefs, it would be probably a good idea to replace that ugly inline asm by a proper asm function. -- Alexandre Julliard julliard(a)winehq.org