diff options
Diffstat (limited to 'ms')
-rw-r--r-- | ms/applink.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/ms/applink.c b/ms/applink.c index 2831b39e9a..c844b01887 100644 --- a/ms/applink.c +++ b/ms/applink.c @@ -75,16 +75,7 @@ extern "C" { __declspec(dllexport) void ** -# if defined(__BORLANDC__) -/* - * __stdcall appears to be the only way to get the name - * decoration right with Borland C. Otherwise it works - * purely incidentally, as we pass no parameters. - */ - __stdcall -# else __cdecl -# endif OPENSSL_Applink(void) { static int once = 1; |