[MPlayer-cvslog] r34209 - trunk/osdep/priority.c

ib subversion at mplayerhq.hu
Mon Oct 17 12:46:38 CEST 2011


Author: ib
Date: Mon Oct 17 12:46:38 2011
New Revision: 34209

Log:
Fix include condition.

Don't explicitly list the sytems that need the windows.h header file.
Only OS/2 doesn't need it.

Modified:
   trunk/osdep/priority.c

Modified: trunk/osdep/priority.c
==============================================================================
--- trunk/osdep/priority.c	Sun Oct 16 13:48:05 2011	(r34208)
+++ trunk/osdep/priority.c	Mon Oct 17 12:46:38 2011	(r34209)
@@ -22,7 +22,7 @@
 
 #include "osdep.h"
 
-#if defined(__MINGW32__) || defined(__CYGWIN__) || defined(__WINE__)
+#ifndef __OS2__
 #include <windows.h>
 #endif
 


More information about the MPlayer-cvslog mailing list