在 2020/4/15 20:48, Jehan Pagès 写道: > > Sorry I was not clear. These patches were complementary, not a > replacement (I should have merged both of them into one or amended the > first one, but once again got lazy, I guess). Actually the first one is > the most important to me as it was specifically the one which prevented > me to build a project. > Could you push it too?
The hunks affecting typedefs match MS headers, so they can't be changed
this way.
For example, this (possibly ancient) code would no longer compile:
```c
int nRet = -1;
FARPROC pFoo = GetProcAddress(hDll, "_foo");
if(pFoo)
nRet = pFoo('a'); /* note default argument promotion */
```
The other two hunks for functions look good. I pushed them.
--
Best regards,
LH_Mouse
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
