Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/e_os.h
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-05-30 19:45:02 +0400
committerRichard Levitte <levitte@openssl.org>2002-05-30 19:45:02 +0400
commita1037ce3bcadad76d3fbfb766d836b93f5ad3dfa (patch)
tree0ccfeeffbdaebad8ece17b7af99ac3ccacc25090 /e_os.h
parent249737e53d7fad169022cbfda1bc89184536ff5f (diff)
Make sure that MS_STATIC isn't defined to 'static' under Win32.
PR: 51
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/e_os.h b/e_os.h
index 28bef94bbd..f216936e18 100644
--- a/e_os.h
+++ b/e_os.h
@@ -114,7 +114,7 @@ extern "C" {
********************************************************************/
/* The following is used becaue of the small stack in some
* Microsoft operating systems */
-#if defined(OPENSSL_SYS_MSDOS)
+#if defined(OPENSSL_SYS_MSDOS) && !defined(OPENSSL_SYSNAME_WIN32)
# define MS_STATIC static
#else
# define MS_STATIC