mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] Changes to mldonkey/src/utils/lib/os_stubs.h


From: mldonkey-commits
Subject: [Mldonkey-commits] Changes to mldonkey/src/utils/lib/os_stubs.h
Date: Sun, 09 Oct 2005 11:53:41 -0400

Index: mldonkey/src/utils/lib/os_stubs.h
diff -u mldonkey/src/utils/lib/os_stubs.h:1.11 
mldonkey/src/utils/lib/os_stubs.h:1.12
--- mldonkey/src/utils/lib/os_stubs.h:1.11      Thu Oct  6 10:50:32 2005
+++ mldonkey/src/utils/lib/os_stubs.h   Sun Oct  9 15:53:36 2005
@@ -79,9 +79,17 @@
 
 #ifdef HAS_UNISTD
 #include <unistd.h>
-#else
+#endif
+
+#ifndef SEEK_SET
 #define SEEK_SET 0
+#endif
+
+#ifndef SEEK_CUR
 #define SEEK_CUR 1
+#endif
+
+#ifndef SEEK_END
 #define SEEK_END 2
 #endif
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]