aboutsummaryrefslogtreecommitdiff
path: root/src/include/platform.h
diff options
context:
space:
mode:
authorBart Polot <bart@net.in.tum.de>2011-12-06 13:35:10 +0000
committerBart Polot <bart@net.in.tum.de>2011-12-06 13:35:10 +0000
commit176763b1ac81a2116c1b81a308e52026714f8edf (patch)
treee6373adbc33b677921ee8cc8363f26be2cc546d0 /src/include/platform.h
parentf39b3686f461388b6f1f61e2110832d0c7005a2f (diff)
downloadgnunet-176763b1ac81a2116c1b81a308e52026714f8edf.tar.gz
gnunet-176763b1ac81a2116c1b81a308e52026714f8edf.zip
Removed legacy code
Diffstat (limited to 'src/include/platform.h')
-rw-r--r--src/include/platform.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/include/platform.h b/src/include/platform.h
index 8c1e6d601..0aa59b72f 100644
--- a/src/include/platform.h
+++ b/src/include/platform.h
@@ -69,11 +69,6 @@
69 69
70#ifdef CYGWIN 70#ifdef CYGWIN
71#include <sys/reent.h> 71#include <sys/reent.h>
72#define _REENT_ONLY
73#endif
74
75#ifdef CYGWIN
76#undef _REENT_ONLY
77#endif 72#endif
78 73
79#ifdef _MSC_VER 74#ifdef _MSC_VER