[PATCH 0/2] MR340: regedit: Fix broken handling of REG_DWORD and REG_QWORD values

eric pouech (@epo) wine at gitlab.winehq.org
Wed Jun 29 07:39:07 CDT 2022


in first patch:
- %llIu doesn't exist, I suppose you meant %llu... I'd suggest using %I64x and %I64u instead (IIRC %llu isn't supported in all versions of msvcrt on Windows)

(and yes it's a pain that mingw doesn't support __attribute__(format) for wide chars, that should have generated warnings here)

-- 
https://gitlab.winehq.org/wine/wine/-/merge_requests/340#note_2939



More information about the wine-devel mailing list