X-Git-Url: https://git.openssl.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=ms%2Fapplink.c;h=238dbff35bd56f48f94b87c78ef91ed8578d0727;hb=e82e2186e93e9a678dd8c0c5ba084d21d27d4d62;hp=2831b39e9a7d27e4811d2ce22cf9a06d62bd92e1;hpb=0f113f3ee4d629ef9a4a30911b22b224772085e5;p=openssl.git diff --git a/ms/applink.c b/ms/applink.c index 2831b39e9a..238dbff35b 100644 --- a/ms/applink.c +++ b/ms/applink.c @@ -1,3 +1,12 @@ +/* + * Copyright 2004-2016 The OpenSSL Project Authors. All Rights Reserved. + * + * Licensed under the OpenSSL license (the "License"). You may not use + * this file except in compliance with the License. You can obtain a copy + * in the file LICENSE in the source distribution or at + * https://www.openssl.org/source/license.html + */ + #define APPLINK_STDIN 1 #define APPLINK_STDOUT 2 #define APPLINK_STDERR 3 @@ -81,9 +90,9 @@ void ** * decoration right with Borland C. Otherwise it works * purely incidentally, as we pass no parameters. */ - __stdcall +__stdcall # else - __cdecl +__cdecl # endif OPENSSL_Applink(void) {