[PATCH 6/6] oleaut32: Move constants referenced by assembly out of function scope.
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(-)
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
participants (2)
-
Alexandre Julliard -
Jacek Caban