[Mplayer-cvslog] CVS: main/libdha libdha.c,1.11,1.12

Sascha Sommer CVS syncmail at mplayerhq.hu
Fri Mar 26 13:15:57 CET 2004


CVS change done by Sascha Sommer CVS

Update of /cvsroot/mplayer/main/libdha
In directory mail:/var2/tmp/cvs-serv23772/libdha

Modified Files:
	libdha.c 
Log Message:
fix compilation on cygwin

Index: libdha.c
===================================================================
RCS file: /cvsroot/mplayer/main/libdha/libdha.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- libdha.c	2 Oct 2003 14:47:56 -0000	1.11
+++ libdha.c	26 Mar 2004 12:15:54 -0000	1.12
@@ -32,7 +32,7 @@
 #endif
 #include <unistd.h>
 
-#if defined(_WIN32)
+#if defined(WIN32)
 #include "sysdep/libdha_win32.c"
 #elif defined (__EMX__)
 #include "sysdep/libdha_os2.c"




More information about the MPlayer-cvslog mailing list