Make sure that MS_STATIC isn't defined to 'static' under Win32.
PR: 51
This commit is contained in:
parent
8b57fb1208
commit
6b7e0a9987
1 changed files with 1 additions and 1 deletions
2
e_os.h
2
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
|
||||
|
|
Loading…
Reference in a new issue