Make sure that MS_STATIC isn't defined to 'static' under Win32.

PR: 51
This commit is contained in:
Richard Levitte 2002-05-30 15:44:54 +00:00
parent 8b57fb1208
commit 6b7e0a9987

2
e_os.h
View file

@ -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