summaryrefslogtreecommitdiffstats
path: root/e_os.h
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2014-07-01 14:11:28 +0100
committerDr. Stephen Henson <steve@openssl.org>2014-07-01 14:11:28 +0100
commit70857a4a004dd10345e6c8397734bda4dc4bdad7 (patch)
tree4d673b9b6a5b113515239fcbddcc21f8cdae458f /e_os.h
parent2580ab4ed700fbb0c3664c1e7696dea1afd4d68a (diff)
Windows build fixes.
Diffstat (limited to 'e_os.h')
-rw-r--r--e_os.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/e_os.h b/e_os.h
index 4440ac28d7..67638f7534 100644
--- a/e_os.h
+++ b/e_os.h
@@ -134,6 +134,7 @@ extern "C" {
#endif
#ifdef WIN32
+#define NO_SYS_UN_H
#define get_last_sys_error() GetLastError()
#define clear_sys_error() SetLastError(0)
#if !defined(WINNT)