pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] rev 2241 - trunk/src


From: address@hidden
Subject: [Pingus-CVS] rev 2241 - trunk/src
Date: Sat, 10 Apr 2004 19:09:02 +0200

Author: torangan
Date: 2004-04-10 19:09:02 +0200 (Sat, 10 Apr 2004)
New Revision: 2241

Modified:
   trunk/src/pingus.hxx
Log:
win32 cross compile fix


Modified: trunk/src/pingus.hxx
===================================================================
--- trunk/src/pingus.hxx        2004-04-10 16:56:22 UTC (rev 2240)
+++ trunk/src/pingus.hxx        2004-04-10 17:09:02 UTC (rev 2241)
@@ -43,6 +43,10 @@
 #  include <assert.h>
 #endif
 
+#if defined(WIN32) && defined(__GNUC__)
+#  define HAVE_SSTREAM
+#endif
+
 #define UNUSED_ARG(a) do {/* null */} while (&a == 0)
 
 #endif





reply via email to

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