X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=blobdiff_plain;f=e_os2.h;h=5cceb8519905297b117d071fae33244aa9eee9c2;hp=60f9b5c9c7c46f56263d944fbdce63c59aa262d8;hb=f5d51a9362436874bec5207305ca6c34b9d83c83;hpb=c05a7f5dfd7a4050acb319a8d7df8753938c5459 diff --git a/e_os2.h b/e_os2.h index 60f9b5c9c7..5cceb85199 100644 --- a/e_os2.h +++ b/e_os2.h @@ -246,8 +246,8 @@ extern "C" { # define OPENSSL_IMPORT globalref # define OPENSSL_GLOBAL globaldef #elif defined(OPENSSL_SYS_WINDOWS) && defined(OPENSSL_OPT_WINDLL) -# define OPENSSL_EXPORT extern _declspec(dllexport) -# define OPENSSL_IMPORT extern _declspec(dllimport) +# define OPENSSL_EXPORT extern __declspec(dllexport) +# define OPENSSL_IMPORT extern __declspec(dllimport) # define OPENSSL_GLOBAL #else # define OPENSSL_EXPORT extern