在 2020/6/2 23:39, Zebediah Figura 写道: > I don't know the details of MSVC, but the default is definitely stdcall > for kernel-mode libraries (and I believe user-mode as well). For a > clearer example, see IoCreateDevice(), which has no calling-convention > decoration in Microsoft's headers, but is definitely stdcall, or else > Wine's ntoskrnl unit tests would surely crash. >
Yes, the machine code suggests `__stdcall`. These patches look good to me. I pushed them. Thanks. -- 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
