Huw Davies huw@codeweavers.com wrote:
You're using sizeof as an argument to a fprintf-like function which, for example, gives a warning on macOS.
ole2.c:3532:82: warning: format specifies type 'unsigned int' but the argument has type 'unsigned long' [-Wformat]
Also, while you're at it, couldn't that '24' be sizeof(header) instead?
Thanks, I've resent the whole sequence.