projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
249737e
)
Make sure that MS_STATIC isn't defined to 'static' under Win32.
author
Richard Levitte
<levitte@openssl.org>
Thu, 30 May 2002 15:45:02 +0000
(15:45 +0000)
committer
Richard Levitte
<levitte@openssl.org>
Thu, 30 May 2002 15:45:02 +0000
(15:45 +0000)
PR: 51
e_os.h
patch
|
blob
|
history
diff --git
a/e_os.h
b/e_os.h
index 28bef94bbdff8089b147bf01d3aabd28ae97c7c9..f216936e18a74e38cd2e5727e51c1c44f4166d5c 100644
(file)
--- 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