From: "eric pouech (@epo)" Subject: Re: [PATCH 0/2] MR340: regedit: Fix broken handling of REG_DWORD and REG_QWORD values Message-Id: Date: Wed, 29 Jun 2022 12:39:07 +0000 In-Reply-To: References: 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