[xiph-commits] r18753 - icecast/branches/ph3/libshout/include/shout

ph3-der-loewe at svn.xiph.org ph3-der-loewe at svn.xiph.org
Sat Dec 22 18:32:49 PST 2012


Author: ph3-der-loewe
Date: 2012-12-22 18:32:48 -0800 (Sat, 22 Dec 2012)
New Revision: 18753

Modified:
   icecast/branches/ph3/libshout/include/shout/shout.h.in
Log:
avoid build problems with mingw

Modified: icecast/branches/ph3/libshout/include/shout/shout.h.in
===================================================================
--- icecast/branches/ph3/libshout/include/shout/shout.h.in	2012-12-23 01:16:46 UTC (rev 18752)
+++ icecast/branches/ph3/libshout/include/shout/shout.h.in	2012-12-23 02:32:48 UTC (rev 18753)
@@ -23,7 +23,7 @@
 #define __LIBSHOUT_SHOUT_H__
 
 #include <sys/types.h>
-#ifdef WIN32
+#if defined(WIN32) && !defined(__MINGW64__) && !defined(__MINGW32__)
 #include <os.h>
 #endif
 



More information about the commits mailing list