Commit a1037ce3 authored by Richard Levitte's avatar Richard Levitte
Browse files

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

PR: 51
parent 249737e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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