stratagus-cvs
[Top][All Lists]
Advanced

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

[Stratagus-CVS] stratagus/tools wartool.c


From: address@hidden
Subject: [Stratagus-CVS] stratagus/tools wartool.c
Date: 13 Jan 2004 14:31:47 +1100

CVSROOT:        /home/strat
Module name:    stratagus
Changes by:      <address@hidden>       04/01/13 14:31:47

Modified files:
        tools          : wartool.c 

Log message:
        O_BINARY fix to run under linux

Patches:
Index: stratagus/tools/wartool.c
diff -u stratagus/tools/wartool.c:1.116 stratagus/tools/wartool.c:1.117
--- stratagus/tools/wartool.c:1.116     Tue Jan 13 09:02:44 2004
+++ stratagus/tools/wartool.c   Tue Jan 13 14:31:46 2004
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//      $Id: wartool.c,v 1.116 2004/01/12 22:02:44 jsalmon3 Exp $
+//      $Id: wartool.c,v 1.117 2004/01/13 03:31:46 wizzard Exp $
 
 //@{
 
@@ -55,6 +55,10 @@
 
 #ifndef __GNUC__
 #define __attribute__(args)  // Does nothing for non GNU CC
+#endif
+
+#ifndef O_BINARY
+#define O_BINARY 0
 #endif
 
 // From SDL_byteorder.h




reply via email to

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