[Mplayer-cvslog] CVS: main/loader afl.c,1.5,1.6 com.h,1.6,1.7 driver.c,1.11,1.12
Alex Beregszaszi
alex at mplayerhq.hu
Thu Apr 24 20:48:59 CEST 2003
Update of /cvsroot/mplayer/main/loader
In directory mail:/var/tmp.root/cvs-serv29181
Modified Files:
afl.c com.h driver.c
Log Message:
last mingw32 support patch by Sascha Sommer
Index: afl.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/afl.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- afl.c 21 Apr 2003 19:16:31 -0000 1.5
+++ afl.c 24 Apr 2003 18:48:18 -0000 1.6
@@ -31,7 +31,9 @@
#include "wine/msacm.h"
#include "wine/msacmdrv.h"
#include "wineacm.h"
+#ifndef __MINGW32__
#include "ext.h"
+#endif
#include "driver.h"
#include <stdio.h>
Index: com.h
===================================================================
RCS file: /cvsroot/mplayer/main/loader/com.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- com.h 21 Apr 2003 21:06:06 -0000 1.6
+++ com.h 24 Apr 2003 18:48:18 -0000 1.7
@@ -13,7 +13,7 @@
* Internal functions and structures for COM emulation code.
*/
-#if !defined(WIN32) || defined(__CYGWIN__) || defined(__MINGW32)
+#if !defined(WIN32) || defined(__CYGWIN__) || defined(__MINGW32__)
#ifdef __cplusplus
extern "C" {
Index: driver.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/driver.c,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- driver.c 21 Apr 2003 21:06:06 -0000 1.11
+++ driver.c 24 Apr 2003 18:48:18 -0000 1.12
@@ -19,7 +19,9 @@
#include "ldt_keeper.h"
#endif
#include "driver.h"
+#ifndef __MINGW32__
#include "ext.h"
+#endif
#ifndef WIN32_LOADER
char* def_path=WIN32_PATH;
More information about the MPlayer-cvslog
mailing list