Sync (37): shlwapi regstream

Alexandre Julliard julliard at winehq.org
Fri Jul 18 16:37:08 CDT 2003


Jon Griffiths <jon_p_griffiths at yahoo.com> writes:

> +#ifdef __WINE_USE_MSVCRT
> +#define FS_I64 "%I64d"
> +#define FS_UI64 "%I64u"
> +#else
> +#define FS_I64 "%lld"
> +#define FS_UI64 "%llu"
> +#endif

Please don't do that, it's not portable anyway. Simply print high and
low part separately with something like "%lx%08lx".

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list