Is it to possible to disable stdcall name mangling on Windows (I mean @N). On GNU/Linux everythings works well because I have a stdcall(which I need) without @N (which I can't have).
It is important because I want to create a function reference to other language (not C) which uses similar to stdcall convention but does not use a name extension @N.
I am gcc (MinGW on Windows) user.