From: Eric Pouech eric.pouech@gmail.com
Signed-off-by: Piotr Caban piotr@codeweavers.com --- v2 (supersedes 225926) - split the patch into msvcrt and msvcp part - use %llx format in msvcrt/except_x86_64.c when printing ULONG64 - add some whitespace changes
dlls/msvcirt/Makefile.in | 2 +- dlls/msvcirt/msvcirt.c | 30 +++++++++++++++--------------- dlls/msvcp100/Makefile.in | 2 +- dlls/msvcp110/Makefile.in | 2 +- dlls/msvcp120/Makefile.in | 2 +- dlls/msvcp140/Makefile.in | 2 +- dlls/msvcp60/Makefile.in | 2 +- dlls/msvcp60/main.c | 2 +- dlls/msvcp70/Makefile.in | 2 +- dlls/msvcp71/Makefile.in | 2 +- dlls/msvcp80/Makefile.in | 2 +- dlls/msvcp90/Makefile.in | 2 +- dlls/msvcp90/locale.c | 20 ++++++++++---------- dlls/msvcp90/misc.c | 18 +++++++++--------- dlls/msvcp90/msvcp_main.c | 2 +- 15 files changed, 46 insertions(+), 46 deletions(-)
On 2/8/22 18:52, Piotr Caban wrote:
v2 (supersedes 225926) - split the patch into msvcrt and msvcp part - use %llx format in msvcrt/except_x86_64.c when printing ULONG64
It causes compilation warnings on testbot. I will try to use something like %I64x instead.
Thanks, Piotr