Win64 patch 2/2 (winedbg)

Alexandre Julliard julliard at winehq.org
Tue Jul 25 04:29:57 CDT 2006


Ge van Geldorp <ge at gse.nl> writes:

>      case AddrModeFlat: 
> -        dbg_printf("0x%08lx", addr->Offset); 
> +        dbg_printf("0x%08llx", addr->Offset); 

%ll formats are not portable, please avoid them.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list