[PATCH] ucrtbase: Implement _seh_filter_exe and _seh_filter_dll

Piotr Caban piotr.caban at gmail.com
Thu Nov 5 06:18:05 CST 2015


On 11/04/15 11:19, Martin Storsjo wrote:
I was not checking if this patch is correct yet. It causes compilation 
warnings:
../../../wine_src/dlls/msvcr120/../msvcrt/except.c: In function 
'_seh_filter_dll':
../../../wine_src/dlls/msvcr120/../msvcrt/except.c:283:159: warning: 
format '%x' expects argument of type 'unsigned int', but argument 5 has 
type 'long unsigned int' [-Wformat=]
      TRACE("(%08x,%p)\n", ex, ptr);
 
 
                  ^
../../../wine_src/dlls/msvcr120/../msvcrt/except.c: In function 
'_seh_filter_exe':
../../../wine_src/dlls/msvcr120/../msvcrt/except.c:293:159: warning: 
format '%x' expects argument of type 'unsigned int', but argument 5 has 
type 'long unsigned int' [-Wformat=]
      TRACE("(%08x,%p)\n", ex, ptr);

Thanks,
Piotr



More information about the wine-devel mailing list