[Mplayer-cvslog] CVS: main/loader driver.c,1.6,1.7
Arpi of Ize
arpi at mplayer.dev.hu
Thu Oct 4 02:24:12 CEST 2001
- Previous message: [Mplayer-cvslog] CVS: main/loader/DirectShow DS_AudioDec.cpp,1.5,1.6 DS_VideoDec.cpp,1.15,1.16 DS_VideoDecoder.cpp,1.4,1.5
- Next message: [Mplayer-cvslog] CVS: main/loader Makefile,1.3,1.4 afl.c,1.2,1.3 driver.h,1.1,1.2 elfdll.c,1.2,1.3 ext.c,1.3,1.4 ldt_keeper.c,1.1,1.2 module.c,1.3,1.4 pe_image.c,1.4,1.5 registry.h,1.1.1.1,1.2 vfl.c,1.6,1.7 win32.c,1.19,1.20 win32.h,1.2,1.3 wineacm.h,1.1.1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/mplayer/main/loader
In directory mplayer:/var/tmp.root/cvs-serv10223
Modified Files:
driver.c
Log Message:
using ldt_keeper instead of setup_fs, includes changed
Index: driver.c
===================================================================
RCS file: /cvsroot/mplayer/main/loader/driver.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- driver.c 12 Jul 2001 15:27:47 -0000 1.6
+++ driver.c 4 Oct 2001 00:24:05 -0000 1.7
@@ -8,13 +8,13 @@
#include <sys/time.h>
#endif
-#include <win32.h>
-#include <wine/driver.h>
-#include <wine/pe_image.h>
-#include <wine/winreg.h>
-#include <wine/vfw.h>
-#include <registry.h>
-#include <setup_FS.h>
+#include "win32.h"
+#include "wine/driver.h"
+#include "wine/pe_image.h"
+#include "wine/winreg.h"
+#include "wine/vfw.h"
+#include "registry.h"
+#include "ldt_keeper.h"
#include "driver.h"
@@ -98,7 +98,7 @@
static void DrvFree(HDRVR hDriver)
{
int i;
- setup_FS_Segment();
+ Setup_FS_Segment();
if(hDriver)
if(((DRVR*)hDriver)->hDriverModule)
if(((DRVR*)hDriver)->DriverProc)
@@ -195,7 +195,7 @@
//TRACE("DriverProc == %X\n", npDriver->DriverProc);
npDriver->dwDriverID = ++dwDrvID;
- setup_FS_Segment();
+ Setup_FS_Segment();
STORE_ALL;
(npDriver->DriverProc)(0, hDriver, DRV_LOAD, 0, 0);
- Previous message: [Mplayer-cvslog] CVS: main/loader/DirectShow DS_AudioDec.cpp,1.5,1.6 DS_VideoDec.cpp,1.15,1.16 DS_VideoDecoder.cpp,1.4,1.5
- Next message: [Mplayer-cvslog] CVS: main/loader Makefile,1.3,1.4 afl.c,1.2,1.3 driver.h,1.1,1.2 elfdll.c,1.2,1.3 ext.c,1.3,1.4 ldt_keeper.c,1.1,1.2 module.c,1.3,1.4 pe_image.c,1.4,1.5 registry.h,1.1.1.1,1.2 vfl.c,1.6,1.7 win32.c,1.19,1.20 win32.h,1.2,1.3 wineacm.h,1.1.1.1,1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list