Loading ms/applink.c +10 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,16 @@ 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; Loading Loading
ms/applink.c +10 −1 Original line number Diff line number Diff line Loading @@ -75,7 +75,16 @@ 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; Loading