From: Richard Levitte Date: Thu, 30 May 2002 15:44:54 +0000 (+0000) Subject: Make sure that MS_STATIC isn't defined to 'static' under Win32. X-Git-Tag: OpenSSL-engine-0_9_6e~15^2~25 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b7e0a99873796737148df61ce6e749408fbd8da;p=thirdparty%2Fopenssl.git Make sure that MS_STATIC isn't defined to 'static' under Win32. PR: 51 --- diff --git a/e_os.h b/e_os.h index 28bef94bbdf..f216936e18a 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