summaryrefslogtreecommitdiffstats
path: root/e_os2.h
diff options
context:
space:
mode:
authorAndy Polyakov <appro@openssl.org>2005-04-13 21:10:07 +0000
committerAndy Polyakov <appro@openssl.org>2005-04-13 21:10:07 +0000
commit4f1c33b43010d5746ac295165672b64a8d38b5e9 (patch)
treeaa7a1311431afc6b157f74bc4f9c8bc68497fc0e /e_os2.h
parent1334462ab3548025df4672f3d52fd5c13e25ff18 (diff)
Addenum to http://cvs.openssl.org/chngview?cn=13054.
Diffstat (limited to 'e_os2.h')
-rw-r--r--e_os2.h4
1 files changed, 2 insertions, 2 deletions
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