[ros-dev] [ros-diffs] [hbelusca] 68975: [VSSAPI] Compile the THISCALL calling convention support only for x86. On x64, we are automatically in THISCALL. Also I suggest we turn this file (and maybe also /lib/sdk/crt/exce...
Thomas Faber
thomas.faber at reactos.org
Fri Sep 4 05:12:10 UTC 2015
On 2015-09-04 03:14, hbelusca at svn.reactos.org wrote:
> Also I suggest we turn this file (and maybe also /lib/sdk/crt/except/i386/cpp.s) into a "msvc-thiscall.c" as it is already done in some other DLLs (like in ole32, riched20).
ole32 and riched20 don't export mangled names.
MSVC ignores redirects for them in the def file so it needs to be
assembly (or C++ code).
More information about the Ros-dev
mailing list