projects
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
34413fc
)
Cygwin fix-up for shared build.
author
Andy Polyakov
<appro@openssl.org>
Sun, 1 Aug 2004 21:24:34 +0000
(21:24 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Sun, 1 Aug 2004 21:24:34 +0000
(21:24 +0000)
crypto/cryptlib.c
patch
|
blob
|
history
diff --git
a/crypto/cryptlib.c
b/crypto/cryptlib.c
index
e0380a3
..
419d37c
100644
(file)
--- a/
crypto/cryptlib.c
+++ b/
crypto/cryptlib.c
@@
-572,6
+572,10
@@
void OPENSSL_cpuid_setup() {}
#endif
#if (defined(_WIN32) || defined(__CYGWIN__)) && defined(_DLL)
#endif
#if (defined(_WIN32) || defined(__CYGWIN__)) && defined(_DLL)
+#ifdef __CYGWIN__
+/* pick DLL_[PROCESS|THREAD]_[ATTACH|DETACH] definitions */
+#include <windows.h>
+#endif
/* All we really need to do is remove the 'error' state when a thread
* detaches */
/* All we really need to do is remove the 'error' state when a thread
* detaches */