On 2015-09-04 03:14, [email protected] 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). _______________________________________________ Ros-dev mailing list [email protected] http://www.reactos.org/mailman/listinfo/ros-dev
