[kaffe] CVS kaffe (robilad): Don't include windows-specific headers on Cygwin
Kaffe CVS
cvs-commits at kaffe.org
Sat Mar 26 19:17:09 PST 2005
PatchSet 5615
Date: 2005/03/27 03:11:56
Author: robilad
Branch: HEAD
Tag: (none)
Log:
Don't include windows-specific headers on Cygwin
2005-03-27 Gerrit P. Haase <gp at familiehaase.de>
* config/config-std.h: Removed whitespace from copyright header.
Don't include windows specific headers on Cygwin.
Members:
ChangeLog:1.3787->1.3788
config/config-std.h:1.14->1.15
Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.3787 kaffe/ChangeLog:1.3788
--- kaffe/ChangeLog:1.3787 Sat Mar 26 23:58:32 2005
+++ kaffe/ChangeLog Sun Mar 27 03:11:56 2005
@@ -1,3 +1,8 @@
+2005-03-27 Gerrit P. Haase <gp at familiehaase.de>
+
+ * config/config-std.h: Removed whitespace from copyright header.
+ Don't include windows specific headers on Cygwin.
+
2005-03-26 Ito Kazumitsu <kaz at maczuka.gcd.org>
* java/text/DecimalFormat.java (parse):
Index: kaffe/config/config-std.h
diff -u kaffe/config/config-std.h:1.14 kaffe/config/config-std.h:1.15
--- kaffe/config/config-std.h:1.14 Tue Jun 22 15:26:09 2004
+++ kaffe/config/config-std.h Sun Mar 27 03:12:00 2005
@@ -4,8 +4,8 @@
* Copyright (c) 1996, 1997
* Transvirtual Technologies, Inc. All rights reserved.
*
- * See the file "license.terms" for information on usage and redistribution
- * of this file.
+ * See the file "license.terms" for information on usage and redistribution
+ * of this file.
*/
@@ -37,12 +37,14 @@
#if defined(HAVE_SYS_RESOURCE_H)
#include <sys/resource.h>
#endif
+#if !defined (__CYGWIN__)
#if !defined(HAVE_WINDOWS_H) && defined(HAVE_WINNT_H)
#include <winnt.h>
#endif
#if defined(HAVE_WINTYPES_H)
#include <wintypes.h>
#endif
+#endif /* ! __CYGWIN__ */
#if defined(HAVE_BSD_LIBC_H)
#include <bsd/libc.h>
#endif
More information about the kaffe
mailing list