stratagus-cvs
[Top][All Lists]
Advanced

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

[Stratagus-CVS] stratagus/src/sound ogg.c


From: Russell Smith
Subject: [Stratagus-CVS] stratagus/src/sound ogg.c
Date: Thu, 16 Oct 2003 07:27:28 -0400

CVSROOT:        /cvsroot/stratagus
Module name:    stratagus
Branch:         
Changes by:     Russell Smith <address@hidden>  03/10/16 07:27:28

Modified files:
        src/sound      : ogg.c 

Log message:
        Fixed Linux Compile Bug, happened after removing Video Targets

Patches:
Index: stratagus/src/sound/ogg.c
diff -u stratagus/src/sound/ogg.c:1.34 stratagus/src/sound/ogg.c:1.35
--- stratagus/src/sound/ogg.c:1.34      Wed Oct 15 21:36:25 2003
+++ stratagus/src/sound/ogg.c   Thu Oct 16 07:27:28 2003
@@ -26,7 +26,7 @@
 //      Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 //      02111-1307, USA.
 //
-//     $Id: ogg.c,v 1.34 2003/10/16 01:36:25 jsalmon3 Exp $
+//     $Id: ogg.c,v 1.35 2003/10/16 11:27:28 mr-russ Exp $
 
 //@{
 
@@ -44,7 +44,9 @@
 #ifdef BSD
 #include <inttypes.h>
 #else
+#ifdef _MSC_VER
 #include <windows.h>
+#endif
 #include <stdint.h>
 #endif // BSD
 




reply via email to

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