[Mplayer-cvslog] CVS: main/libmpdvdkit2 ioctl.c,1.1,1.2
    Atmosfear 
    atmos4 at mplayerhq.hu
       
    Mon Nov 11 01:54:09 CET 2002
    
    
  
Update of /cvsroot/mplayer/main/libmpdvdkit2
In directory mail:/var/tmp.root/cvs-serv5741/libmpdvdkit2
Modified Files:
	ioctl.c 
Log Message:
small cygwin-current w32api-2.0 compile fix
Index: ioctl.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpdvdkit2/ioctl.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ioctl.c	16 Aug 2002 22:35:45 -0000	1.1
+++ ioctl.c	11 Nov 2002 00:53:46 -0000	1.2
@@ -38,6 +38,7 @@
 #include <sys/types.h>
 
 #if defined( WIN32 )
+#   undef DATADIR /* clashes with /usr/include/w32api/objidl.h */
 #   include <windows.h>
 #   include <winioctl.h>
 #elif defined ( SYS_OS2 )
    
    
More information about the MPlayer-cvslog
mailing list