summaryrefslogtreecommitdiffstats
path: root/ms
diff options
context:
space:
mode:
authorRich Salz <rsalz@openssl.org>2016-03-24 13:36:23 -0400
committerRich Salz <rsalz@openssl.org>2016-03-24 14:05:48 -0400
commitc3ddb263315c7196b488f384b3bc82cd474c8698 (patch)
tree463b4ed5142cc64fedd431a617c31bf19fcff47f /ms
parenta5bb160c8c1cb7da13865a5b7916fe1292fae4c0 (diff)
More Borland removal.
And thanks to Miod Vallat for the nudge about ERR_PACK :) Reviewed-by: Richard Levitte <levitte@openssl.org>
Diffstat (limited to 'ms')
-rw-r--r--ms/applink.c9
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;