crt: Make i386 _NLG_Dispatch2 and _NLG_Return symbols compatible with msvc
These two symbols _NLG_Dispatch2 and _NLG_Return are available only in
32-bit x86 crt dll libraries, starting in msvcr80.dll.
msvc import library msvcrt.lib from the beginning since Visual C++ 2005
contains these symbols without stdcall decoration.
So for compatibility with msvc, do not decorate these symbols with @SIZE
suffix (the suffix used for stdcall) in all def files.
Signed-off-by: LIU Hao <lh_mouse@126.com>
14 files changed