* include/_mingw.h: Use only two underscores to uglify
__MINGW_ATTRIB_* macros. * include/stdlib.h: Adjust __MINGW_ATTRIB_* tokens. * includ/setjmp.h: Likewise. * include/sting.h: Add __MINGW_ATTRIB_PURE to locale-independent string functions. (_strdup, strdup): Add __MINGW_ATTRIB_MALLOC.
This commit is contained in:
@ -36,7 +36,7 @@ int vfwscanf(FILE * __restrict__ stream, const wchar_t * __restrict__ format,
|
||||
: "=a"(ret), "=c"(stream), "=d"(format)
|
||||
: "1"(stream), "2"(format), "S"(arg),
|
||||
"a"(&ret)
|
||||
: "ebx");
|
||||
: "ebx", "edi");
|
||||
|
||||
return ret;
|
||||
}
|
||||
|
Reference in New Issue
Block a user